diff options
author | Viktoria Pundy <viktoria.pundy@aon.at> | 2018-06-18 18:40:08 +0200 |
---|---|---|
committer | Viktoria Pundy <viktoria.pundy@aon.at> | 2018-06-18 18:40:08 +0200 |
commit | 0ccd2fe329902f3178b360deea9b4f0a67effe03 (patch) | |
tree | 8a0214b6e587cf4dc51763f50c053ff6504a1a4c /src | |
parent | 6f7f52ecf594ed131bdb557783be3ec6e49d7a85 (diff) | |
download | sepm-groupproject-0ccd2fe329902f3178b360deea9b4f0a67effe03.tar.gz sepm-groupproject-0ccd2fe329902f3178b360deea9b4f0a67effe03.tar.xz sepm-groupproject-0ccd2fe329902f3178b360deea9b4f0a67effe03.zip |
Small adjustment for size of active Operation list [#25963]
Diffstat (limited to 'src')
-rw-r--r-- | src/main/resources/fxml/CreateOperationController.fxml | 2 |
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"> |