mirror of
https://github.com/bisq-network/bisq.git
synced 2025-01-19 05:44:05 +01:00
Change min app size
This commit is contained in:
parent
d19be95a75
commit
009a4daff3
@ -166,11 +166,11 @@ public class BitSquare extends Application {
|
||||
|
||||
// TODO resizing not fully supported yet
|
||||
|
||||
primaryStage.setMinWidth(75);
|
||||
primaryStage.setMinHeight(50);
|
||||
/* primaryStage.setMinWidth(75);
|
||||
primaryStage.setMinHeight(50);*/
|
||||
|
||||
/* primaryStage.setMinWidth(1000);
|
||||
primaryStage.setMinHeight(750);*/
|
||||
primaryStage.setMinWidth(1000);
|
||||
primaryStage.setMinHeight(750);
|
||||
|
||||
Profiler.initScene(primaryStage.getScene());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user