fix: changed window size
This commit is contained in:
		| @@ -17,7 +17,7 @@ public class StartViewApplication extends Application { | ||||
|     @Override | ||||
|     public void start(Stage stage) throws IOException { | ||||
|         FXMLLoader fxmlLoader = new FXMLLoader(StartViewApplication.class.getResource("login-view.fxml")); | ||||
|         Scene scene = new Scene(fxmlLoader.load(), 1200,900); | ||||
|         Scene scene = new Scene(fxmlLoader.load(), 1200,750); | ||||
|         primary = stage; | ||||
|         stage.setTitle("Essen Bestellung im Kindergarten"); | ||||
|         stage.setScene(scene); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Johannes Kantz
					Johannes Kantz