BernhardWebstudio / DataShot_DesktopApp

Desktop application client intended to support an object-precapture-image-data workflow for capture of natural science collections data. See the wiki (https://github.com/MCZbase/DataShot_DesktopApp/wiki) for user documentation, or the README below for developer documentation.
0 stars 0 forks source link

UI Improvements #10

Closed zwickerr closed 4 years ago

zwickerr commented 4 years ago
GenieTim commented 4 years ago

Only partially fixed: scrolling still does not work when mouse pointer is over one of the following fields: Collectors, Specimen Parts, Specimen Notes, and Numbers, as these fields have their own scrolling.

GenieTim commented 4 years ago

Fixed in 20552ca

zwickerr commented 4 years ago

On my computer the field sizes for Collectors, Specimen Parts, and Numbers & more are still larger than necessary. I have attached a screenshot of the program running in full screen so you can see how much space there is on our displays.

ScreenshotFieldSizes1-9-3

GenieTim commented 4 years ago

I propose you add editor.fields.maxHeight=50 to the imagecapture.properties (for the upcoming version, available for now as Pre-release) and adjust the value of 50 untill it suits your needs. Feel free to tell me which value works best for you, so I can set it as default for other users.

zwickerr commented 4 years ago

Thanks for the fixes. A maxHeight of 70 works best.