mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-22 22:45:21 +01:00
increase screen size
This commit is contained in:
parent
603e86f14c
commit
bcbf5c8085
1 changed files with 4 additions and 4 deletions
|
@ -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…
Add table
Reference in a new issue