mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-03-14 18:06:34 -04: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…
x
Reference in New Issue
Block a user