Increased window height to 800

This commit is contained in:
0xboobface 2018-08-15 12:42:56 +02:00
parent c5b34e9577
commit 306c9b6448
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ public class Launcher extends Application {
root.getTabs().add(new SettingsTab());
root.getTabs().add(new DonateTabFx());
primaryStage.setScene(new Scene(root, 1340, 720));
primaryStage.setScene(new Scene(root, 1340, 800));
primaryStage.show();
primaryStage.setOnCloseRequest((e) -> {
e.consume();