mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-20 21:04:28 -04:00
Move arbitration screens to new account tab
This commit is contained in:
parent
9ea6fb9b55
commit
87d89f2dc6
16 changed files with 266 additions and 107 deletions
|
@ -125,8 +125,14 @@ public class BitSquare extends Application {
|
|||
setupCloseHandlers(primaryStage, scene);
|
||||
|
||||
primaryStage.setScene(scene);
|
||||
|
||||
// TODO resizing not fully supported yet
|
||||
/*
|
||||
primaryStage.setMinWidth(750);
|
||||
primaryStage.setMinHeight(500);
|
||||
primaryStage.setMinHeight(500);*/
|
||||
|
||||
primaryStage.setMinWidth(1000);
|
||||
primaryStage.setMinHeight(750);
|
||||
|
||||
Profiler.initScene(primaryStage.getScene());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue