Change tags label in image-tags-entry.fxml
This commit is contained in:
parent
facea33735
commit
a3fa9590d1
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
<HBox>
|
||||
<VBox>
|
||||
<Label fx:id="fileNameLabel"/>
|
||||
<Label text="Predicted tags:"/>
|
||||
<Label text="Tags:"/>
|
||||
<TextArea fx:id="predictedImageTags" editable="false" wrapText="true" prefColumnCount="20"/>
|
||||
</VBox>
|
||||
<VBox fx:id="metadataVbox">
|
||||
|
|
Loading…
Reference in a new issue