Move arbitration screens to new account tab

This commit is contained in:
Manfred Karrer 2014-09-26 14:20:04 +02:00
parent 9ea6fb9b55
commit 87d89f2dc6
16 changed files with 266 additions and 107 deletions

View file

@ -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());