aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorViktoria Pundy <viktoria.pundy@aon.at>2018-06-18 18:40:08 +0200
committerViktoria Pundy <viktoria.pundy@aon.at>2018-06-18 18:40:08 +0200
commit0ccd2fe329902f3178b360deea9b4f0a67effe03 (patch)
tree8a0214b6e587cf4dc51763f50c053ff6504a1a4c
parent6f7f52ecf594ed131bdb557783be3ec6e49d7a85 (diff)
downloadsepm-groupproject-0ccd2fe329902f3178b360deea9b4f0a67effe03.tar.gz
sepm-groupproject-0ccd2fe329902f3178b360deea9b4f0a67effe03.tar.xz
sepm-groupproject-0ccd2fe329902f3178b360deea9b4f0a67effe03.zip
Small adjustment for size of active Operation list [#25963]
-rw-r--r--src/main/resources/fxml/CreateOperationController.fxml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/fxml/CreateOperationController.fxml b/src/main/resources/fxml/CreateOperationController.fxml
index 35180e3..d9194f7 100644
--- a/src/main/resources/fxml/CreateOperationController.fxml
+++ b/src/main/resources/fxml/CreateOperationController.fxml
@@ -70,7 +70,7 @@
<AnchorPane layoutX="968.0" layoutY="71.0" prefHeight="315.0"
prefWidth="207.0"
styleClass="bg-white, shadowed">
- <ListView fx:id="lvActiveOperations" layoutX="4.0" layoutY="74.0" prefHeight="242.0"
+ <ListView fx:id="lvActiveOperations" layoutX="4.0" layoutY="30.0" prefHeight="242.0"
prefWidth="200.0" style="-fx-background-color: white;"/>
<Label layoutX="10.0" layoutY="6.0"
text="Aktive Einsätze" styleClass="text-big">