Add image metadata placeholders
This commit is contained in:
parent
3ecdf21296
commit
b56057f2f9
1 changed files with 18 additions and 3 deletions
|
@ -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"/>
|
||||
|
|
Loading…
Reference in a new issue