From 2210bca4d70b8fc1891869fad0fc0d36bacab3e1 Mon Sep 17 00:00:00 2001 From: Karin <kd053@hdm-stuttgart.de> Date: Wed, 24 May 2023 17:27:20 +0200 Subject: [PATCH] Shopping List update --- src/main/resources/fxml/shoppingList-view.fxml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/fxml/shoppingList-view.fxml b/src/main/resources/fxml/shoppingList-view.fxml index e0a7692..04f2e7f 100644 --- a/src/main/resources/fxml/shoppingList-view.fxml +++ b/src/main/resources/fxml/shoppingList-view.fxml @@ -12,7 +12,7 @@ <?import javafx.scene.text.Font?> <AnchorPane fx:id="parent" prefHeight="540.0" prefWidth="872.0" style="-fx-background-color: ffffff;" xmlns="http://javafx.com/javafx/19" xmlns:fx="http://javafx.com/fxml/1" fx:controller="mi.hdm.controllers.ShoppingListViewController"> - <VBox prefHeight="200.0" prefWidth="100.0" style="-fx-background-color: ffffff;" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="40.0"> + <VBox layoutX="410.0" prefHeight="500.0" prefWidth="462.0" style="-fx-background-color: ffffff;" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="40.0"> <padding> <Insets bottom="16.0" left="16.0" right="16.0" top="16.0" /> </padding> -- GitLab