diff options
| author | bobzel <zzzman@gmail.com> | 2024-08-26 15:17:14 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-08-26 15:17:14 -0400 |
| commit | d12b43191e01e837d5a144fb19d9d3cd8eadd777 (patch) | |
| tree | ff4aef2af98f75196276d0bf86182f57ca7e3823 /src/client/views/search | |
| parent | 2e345c1ebd498e3f7e088e6fc3e1ca17082b23c1 (diff) | |
from last
Diffstat (limited to 'src/client/views/search')
| -rw-r--r-- | src/client/views/search/FaceRecognitionHandler.tsx | 5 |
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 |
