diff options
| author | Viktoria Pundy <viktoria.pundy@aon.at> | 2018-05-17 16:24:24 +0200 | 
|---|---|---|
| committer | Tharre <tharre3@gmail.com> | 2018-05-22 15:53:23 +0200 | 
| commit | 81996499f2536ce0c5e4d4a128df73753a14f65c (patch) | |
| tree | a939ca181e420499790f7b128274cd20555f1e3b /src/main/resources/fxml | |
| parent | 56bb347936509de408df2f3959b71d882362d337 (diff) | |
| download | sepm-groupproject-81996499f2536ce0c5e4d4a128df73753a14f65c.tar.gz sepm-groupproject-81996499f2536ce0c5e4d4a128df73753a14f65c.tar.xz sepm-groupproject-81996499f2536ce0c5e4d4a128df73753a14f65c.zip  | |
Vehicles are now shown in detail view [#24990]
Diffstat (limited to 'src/main/resources/fxml')
| -rw-r--r-- | src/main/resources/fxml/ArchivOperation.fxml | 9 | 
1 files changed, 5 insertions, 4 deletions
diff --git a/src/main/resources/fxml/ArchivOperation.fxml b/src/main/resources/fxml/ArchivOperation.fxml index 991cafe..29313af 100644 --- a/src/main/resources/fxml/ArchivOperation.fxml +++ b/src/main/resources/fxml/ArchivOperation.fxml @@ -24,25 +24,25 @@                          <Font name="System Bold" size="16.0" />                       </font>                    </Label> -                  <Hyperlink fx:id="hypBack" onAction="#backClicked" layoutX="656.0" layoutY="20.0" text="Zurück" textFill="WHITE"> +                  <Hyperlink fx:id="hypBack" layoutX="656.0" layoutY="20.0" onAction="#backClicked" text="Zurück" textFill="WHITE">                       <font>                          <Font name="System Bold" size="16.0" />                       </font>                    </Hyperlink>                 </children></AnchorPane> -            <AnchorPane layoutX="82.0" layoutY="60.0" prefHeight="150.0" prefWidth="636.0" style="-fx-background-color: white;"> +            <AnchorPane layoutX="82.0" layoutY="60.0" prefHeight="150.0" prefWidth="636.0" style="-fx-background-color: white; -fx-effect: dropshadow(three-pass-box, rgba(0,0,0,0.8), 5, 0, 0, 5);">                 <children>                    <Label fx:id="lblOpCode" layoutX="25.0" layoutY="22.0" prefHeight="26.0" prefWidth="116.0" text="Label">                       <font>                          <Font name="System Bold" size="18.0" />                       </font>                    </Label> -                  <Label fx:id="lblAddress" layoutX="26.0" layoutY="53.0" prefHeight="22.0" prefWidth="540.0" text="Label"> +                  <Label fx:id="lblAddress" layoutX="26.0" layoutY="53.0" prefHeight="22.0" prefWidth="540.0" style="-fx-effect: dropshadow;" text="Label">                       <font>                          <Font size="15.0" />                       </font>                    </Label> -                  <Label fx:id="lblVehicles" layoutX="58.0" layoutY="91.0" prefHeight="46.0" prefWidth="554.0" text="Label"> +                  <Label fx:id="lblVehicles" layoutX="58.0" layoutY="91.0" prefHeight="46.0" prefWidth="554.0" style="-fx-effect: drop;" text="Label">                       <font>                          <Font size="15.0" />                       </font> @@ -54,6 +54,7 @@                    </Label>                 </children>              </AnchorPane> +            <FlowPane fx:id="fpVehicles" layoutX="82.0" layoutY="225.0" prefHeight="410.0" prefWidth="640.0" />           </children>        </AnchorPane>    </children>  | 
