aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/fxml/OperationDetails.fxml
diff options
context:
space:
mode:
authorViktoria Pundy <viktoria.pundy@aon.at>2018-06-16 15:06:02 +0200
committerTharre <tharre3@gmail.com>2018-06-17 19:50:23 +0200
commitf351d452d16766864b85a01608c1e837c95b5707 (patch)
tree23741bdc0db23855b882ad7fb548502820f07714 /src/main/resources/fxml/OperationDetails.fxml
parent093583dafc6852215f794593fa35ab2f4567f37b (diff)
downloadsepm-groupproject-f351d452d16766864b85a01608c1e837c95b5707.tar.gz
sepm-groupproject-f351d452d16766864b85a01608c1e837c95b5707.tar.xz
sepm-groupproject-f351d452d16766864b85a01608c1e837c95b5707.zip
Adjusted size of buttons [#27300]
Diffstat (limited to 'src/main/resources/fxml/OperationDetails.fxml')
-rw-r--r--src/main/resources/fxml/OperationDetails.fxml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/resources/fxml/OperationDetails.fxml b/src/main/resources/fxml/OperationDetails.fxml
index 911b030..4ca3a10 100644
--- a/src/main/resources/fxml/OperationDetails.fxml
+++ b/src/main/resources/fxml/OperationDetails.fxml
@@ -31,7 +31,7 @@
<AnchorPane fx:id="apActiveOperations" layoutX="874.0" layoutY="50.0" prefHeight="298.0" prefWidth="200.0" style="-fx-background-color: white; -fx-effect: dropshadow(three-pass-box, rgba(0,0,0,0.8), 10, 0, 0, 5);">
<children>
<ListView fx:id="lvActiveOperations" layoutX="9.0" layoutY="46.0" prefHeight="251.0" prefWidth="182.0" style="-fx-background-color: white;" />
- <Label layoutX="9.0" layoutY="4.0" prefHeight="46.0" prefWidth="103.0" text="Aktive Einsätze">
+ <Label layoutX="9.0" layoutY="4.0" prefHeight="46.0" prefWidth="103.0" text="Aktive Einsätze">
<font>
<Font name="System Bold" size="14.0" />
</font>
@@ -65,12 +65,12 @@
<Font size="17.0" />
</font>
</Label>
- <Button fx:id="btnCloseOperation" layoutX="709.0" layoutY="89.0" mnemonicParsing="false" onAction="#closeOperationClicked" prefHeight="39.0" prefWidth="122.0" styleClass="button-main" text="Abschließen">
+ <Button fx:id="btnCloseOperation" layoutX="657.0" layoutY="89.0" mnemonicParsing="false" onAction="#closeOperationClicked" prefHeight="39.0" prefWidth="174.0" styleClass="button-main" text="Abschließen">
<font>
<Font name="System Bold" size="17.0" />
</font>
</Button>
- <Button fx:id="btnCancelOperation" layoutX="575.0" layoutY="90.0" mnemonicParsing="false" onAction="#cancelOperationClicked" prefHeight="38.0" prefWidth="122.0" style="-fx-background-color: rgba(82, 83, 87, 0.51); -fx-text-fill: white;" text="Stornieren">
+ <Button fx:id="btnCancelOperation" layoutX="465.0" layoutY="89.0" mnemonicParsing="false" onAction="#cancelOperationClicked" prefHeight="38.0" prefWidth="174.0" style="-fx-background-color: rgba(82, 83, 87, 0.51); -fx-text-fill: white;" text="Stornieren">
<font>
<Font name="System Bold" size="17.0" />
</font>