diff options
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/fxml/ArchiveOperation.fxml | 7 | 
1 files changed, 6 insertions, 1 deletions
diff --git a/src/main/resources/fxml/ArchiveOperation.fxml b/src/main/resources/fxml/ArchiveOperation.fxml index 753976b..b680c0f 100644 --- a/src/main/resources/fxml/ArchiveOperation.fxml +++ b/src/main/resources/fxml/ArchiveOperation.fxml @@ -2,6 +2,7 @@  <?import javafx.scene.control.Hyperlink?>  <?import javafx.scene.control.Label?> +<?import javafx.scene.control.ScrollPane?>  <?import javafx.scene.layout.AnchorPane?>  <?import javafx.scene.layout.FlowPane?>  <?import javafx.scene.text.Font?> @@ -54,7 +55,11 @@                    </Label>                 </children>              </AnchorPane> -            <FlowPane fx:id="fpVehicles" layoutX="82.0" layoutY="225.0" prefHeight="410.0" prefWidth="640.0" /> +            <ScrollPane fitToWidth="true" prefHeight="410.0" prefWidth="640.0" AnchorPane.leftAnchor="82.0" AnchorPane.topAnchor="225.0"> +               <content> +                  <FlowPane fx:id="fpVehicles" prefHeight="410.0" prefWidth="640.0" /> +               </content> +            </ScrollPane>           </children>        </AnchorPane>    </children>  | 
