Add image metadata placeholders

This commit is contained in:
Denis-Cosmin Nutiu 2024-06-01 23:39:13 +03:00
parent 3ecdf21296
commit b56057f2f9

View file

@ -14,9 +14,24 @@
<padding>
<Insets bottom="5.0" left="5.0" right="5.0" top="5.0"/>
</padding>
<Label fx:id="fileNameLabel"/>
<Label text="Predicted tags:"/>
<TextArea fx:id="predictedImageTags" editable="false" wrapText="true" prefColumnCount="20"/>
<HBox>
<VBox>
<Label fx:id="fileNameLabel"/>
<Label text="Predicted tags:"/>
<TextArea fx:id="predictedImageTags" editable="false" wrapText="true" prefColumnCount="20"/>
</VBox>
<VBox>
<padding>
<Insets left="10.0" top="35.0"/>
</padding>
<Label text="Author: " />
<Label text="Camera:" />
<Label text="Lens:" />
<Label text="ISO:" />
<Label text="Aperture" />
<Label text="Shutter Speed" />
</VBox>
</HBox>
<HBox>
<padding>
<Insets top="5.0"/>