aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/search
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/views/search')
-rw-r--r--src/client/views/search/FaceRecognitionHandler.tsx5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/client/views/search/FaceRecognitionHandler.tsx b/src/client/views/search/FaceRecognitionHandler.tsx
index 1ab084eaa..f613f78ce 100644
--- a/src/client/views/search/FaceRecognitionHandler.tsx
+++ b/src/client/views/search/FaceRecognitionHandler.tsx
@@ -180,9 +180,12 @@ export class FaceRecognitionHandler {
_layout_reflowVertical: true,
_layout_nativeDimEditable: true,
_layout_borderRounding: '20px',
+ _layout_fitWidth: true,
+ _layout_autoHeight: true,
+ _face_showImages: true,
backgroundColor: '#555555',
_width: 400,
- _height: 400,
+ _height: 100,
});
const uface = uniqueFaceDoc[DocData];
uface.face = ''; // just to make prettyprinting look better