diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 1a83d02..ba85af9 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,14 +4,15 @@
-
-
+
-
-
+
+
+
+
@@ -89,7 +90,10 @@
1665142782644
-
+
+
+
+
1665143728540
@@ -147,7 +151,14 @@
1665574505216
-
+
+ 1665592583787
+
+
+
+ 1665592583787
+
+
@@ -170,6 +181,18 @@
-
+
+
+
+
+
+
+
+ file://$PROJECT_DIR$/src/model/Shop.java
+ 13
+
+
+
+
\ No newline at end of file
diff --git a/resources/fxml/ProductCreationWindow.fxml b/resources/fxml/ProductCreationWindow.fxml
index d5cf10d..4dfd8a9 100644
--- a/resources/fxml/ProductCreationWindow.fxml
+++ b/resources/fxml/ProductCreationWindow.fxml
@@ -4,7 +4,7 @@
-
+
diff --git a/src/view/ProductCreationWindow.java b/src/view/ProductCreationWindow.java
index c27f8d1..f5d61fc 100644
--- a/src/view/ProductCreationWindow.java
+++ b/src/view/ProductCreationWindow.java
@@ -3,6 +3,7 @@ package view;
import javafx.fxml.FXML;
import javafx.scene.control.TextField;
import javafx.scene.layout.HBox;
+import javafx.scene.layout.VBox;
public class ProductCreationWindow {
@@ -10,7 +11,7 @@ public class ProductCreationWindow {
private String productVMPrice = null;
@FXML
- private HBox formHBox;
+ private VBox formVBox;
@FXML
private TextField nameTF;
@FXML