mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-20 07:46:05 -04:00
increase screen size
This commit is contained in:
parent
603e86f14c
commit
bcbf5c8085
@ -115,10 +115,10 @@ public class BitSquare extends Application
|
||||
setupCloseHandlers(primaryStage, scene);
|
||||
|
||||
primaryStage.setScene(scene);
|
||||
primaryStage.setMinWidth(800);
|
||||
primaryStage.setMinHeight(400);
|
||||
primaryStage.setWidth(800);
|
||||
primaryStage.setHeight(600);
|
||||
primaryStage.setMinWidth(750);
|
||||
primaryStage.setMinHeight(500);
|
||||
primaryStage.setWidth(1000);
|
||||
primaryStage.setHeight(750);
|
||||
|
||||
primaryStage.show();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user