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

Switching Between Image Sections #12

Closed zwickerr closed 4 years ago

zwickerr commented 4 years ago

When selecting a different section of the image (e.g. PinLables) while zoomed in on FullImage, the division between the text entry fields and the picture changes. The area for text entry becomes too narrow and can not be changed back.

GenieTim commented 4 years ago

The new version should allow you (resp. @Commodore95) to resize the two sides to whatever size is fine. Additionally, to persisit a certain preference of side proportions, one can add editor.window.division=0.5 to imagecapture.properties, resp. replace the 0.5 with whatever side proportions are preferred. As values, one might use something between 0 and 1, where 0 means only image, 1 means only fields and e.g. 0.5 means both sides same size.