diff options
author | Viktoria Pundy <viktoria.pundy@aon.at> | 2018-05-31 20:45:25 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2018-06-02 00:14:15 +0200 |
commit | 99df0868cbe3e215c1e494f89accae0deb0434d8 (patch) | |
tree | b8225c991aba8c81af0c682b1abcc4df50ca4916 /src/main/resources/fxml/OperationInArchive.fxml | |
parent | 6be4aefaf0618e14df1028b5610c2b41a7800403 (diff) | |
download | sepm-groupproject-99df0868cbe3e215c1e494f89accae0deb0434d8.tar.gz sepm-groupproject-99df0868cbe3e215c1e494f89accae0deb0434d8.tar.xz sepm-groupproject-99df0868cbe3e215c1e494f89accae0deb0434d8.zip |
Adjusted design for main archive operation [#27299]
Removed scrollbars, added padding for better look, etc.
Diffstat (limited to 'src/main/resources/fxml/OperationInArchive.fxml')
-rw-r--r-- | src/main/resources/fxml/OperationInArchive.fxml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/fxml/OperationInArchive.fxml b/src/main/resources/fxml/OperationInArchive.fxml index f079f42..9da1d9b 100644 --- a/src/main/resources/fxml/OperationInArchive.fxml +++ b/src/main/resources/fxml/OperationInArchive.fxml @@ -32,7 +32,7 @@ <Font size="17.0" /> </font> </Text> - <HBox prefHeight="23.0" prefWidth="139.0" GridPane.rowIndex="2"> + <HBox prefHeight="23.0" prefWidth="139.0" spacing="7.0" GridPane.rowIndex="2"> <children> <ImageView fitHeight="23.0" fitWidth="32.0" pickOnBounds="true" preserveRatio="true"> <image> |