Increased window height to 800
This commit is contained in:
parent
c5b34e9577
commit
306c9b6448
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue