diff --git a/client/app/src/main/java/main/CreateEventController.java b/client/app/src/main/java/main/CreateEventController.java index f3359c8..645c4e9 100644 --- a/client/app/src/main/java/main/CreateEventController.java +++ b/client/app/src/main/java/main/CreateEventController.java @@ -25,8 +25,6 @@ public class CreateEventController { @FXML public TextField textName; @FXML - public ComboBox ComboBoxTyp; - @FXML public ComboBox ComboBoxPriotity; @FXML public CheckBox checkBoxIsFullDay; diff --git a/client/app/src/main/resources/main/create-event.css b/client/app/src/main/resources/main/create-event.css index 0b7b085..323051a 100644 --- a/client/app/src/main/resources/main/create-event.css +++ b/client/app/src/main/resources/main/create-event.css @@ -47,5 +47,5 @@ Label{ .timePicker{ -fx-background-color: white; - -fx-max-width: 150px; + -fx-max-width: 200px; } \ No newline at end of file diff --git a/client/app/src/main/resources/main/create-event.fxml b/client/app/src/main/resources/main/create-event.fxml index e25fcdd..d60b89c 100644 --- a/client/app/src/main/resources/main/create-event.fxml +++ b/client/app/src/main/resources/main/create-event.fxml @@ -23,24 +23,23 @@ - - - + + - - - - - - - - + + + + + + + + @@ -49,11 +48,11 @@ - - -