diff --git a/helpmehelpapplication/src/main/java/ntnu/systemutvikling/team6/Main.java b/helpmehelpapplication/src/main/java/ntnu/systemutvikling/team6/Main.java index 3cc6b5d..35a9e0d 100644 --- a/helpmehelpapplication/src/main/java/ntnu/systemutvikling/team6/Main.java +++ b/helpmehelpapplication/src/main/java/ntnu/systemutvikling/team6/Main.java @@ -13,6 +13,10 @@ public void start(Stage stage) throws Exception { Scene scene = new Scene(fxmlLoader.load()); stage.setTitle("Help Me Help"); stage.setScene(scene); + + stage.setMinHeight(700); + stage.setMinWidth(1100); + stage.show(); } diff --git a/helpmehelpapplication/src/main/resources/fxml/frontPage.fxml b/helpmehelpapplication/src/main/resources/fxml/frontPage.fxml index af8e832..2e39599 100644 --- a/helpmehelpapplication/src/main/resources/fxml/frontPage.fxml +++ b/helpmehelpapplication/src/main/resources/fxml/frontPage.fxml @@ -2,16 +2,19 @@ + + + @@ -150,15 +153,77 @@ - + + + + - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - +