v0.8 UI enhancements. Window size now larger.
This commit is contained in:
parent
5c5f86b77a
commit
1d0a6086de
3 changed files with 5 additions and 5 deletions
|
@ -31,9 +31,9 @@ public class NSLMain extends Application {
|
||||||
);
|
);
|
||||||
|
|
||||||
primaryStage.setTitle("NS-USBloader "+appVersion);
|
primaryStage.setTitle("NS-USBloader "+appVersion);
|
||||||
primaryStage.setMinWidth(600);
|
primaryStage.setMinWidth(650);
|
||||||
primaryStage.setMinHeight(400);
|
primaryStage.setMinHeight(450);
|
||||||
Scene mainScene = new Scene(root, 800, 425);
|
Scene mainScene = new Scene(root, 850, 475);
|
||||||
|
|
||||||
mainScene.getStylesheets().add(AppPreferences.getInstance().getTheme());
|
mainScene.getStylesheets().add(AppPreferences.getInstance().getTheme());
|
||||||
|
|
||||||
|
|
|
@ -326,5 +326,5 @@
|
||||||
-fx-shape: "M19,8L15,12H18A6,6 0 0,1 12,18C11,18 10.03,17.75 9.2,17.3L7.74,18.76C8.97,19.54 10.43,20 12,20A8,8 0 0,0 20,12H23M6,12A6,6 0 0,1 12,6C13,6 13.97,6.25 14.8,6.7L16.26,5.24C15.03,4.46 13.57,4 12,4A8,8 0 0,0 4,12H1L5,16L9,12";
|
-fx-shape: "M19,8L15,12H18A6,6 0 0,1 12,18C11,18 10.03,17.75 9.2,17.3L7.74,18.76C8.97,19.54 10.43,20 12,20A8,8 0 0,0 20,12H23M6,12A6,6 0 0,1 12,6C13,6 13.97,6.25 14.8,6.7L16.26,5.24C15.03,4.46 13.57,4 12,4A8,8 0 0,0 4,12H1L5,16L9,12";
|
||||||
-fx-background-color: #f7fafa;
|
-fx-background-color: #f7fafa;
|
||||||
-size: 17.5;
|
-size: 17.5;
|
||||||
-fx-min-width: -size;
|
-fx-min-width: 20;
|
||||||
}
|
}
|
|
@ -287,5 +287,5 @@
|
||||||
-fx-shape: "M19,8L15,12H18A6,6 0 0,1 12,18C11,18 10.03,17.75 9.2,17.3L7.74,18.76C8.97,19.54 10.43,20 12,20A8,8 0 0,0 20,12H23M6,12A6,6 0 0,1 12,6C13,6 13.97,6.25 14.8,6.7L16.26,5.24C15.03,4.46 13.57,4 12,4A8,8 0 0,0 4,12H1L5,16L9,12";
|
-fx-shape: "M19,8L15,12H18A6,6 0 0,1 12,18C11,18 10.03,17.75 9.2,17.3L7.74,18.76C8.97,19.54 10.43,20 12,20A8,8 0 0,0 20,12H23M6,12A6,6 0 0,1 12,6C13,6 13.97,6.25 14.8,6.7L16.26,5.24C15.03,4.46 13.57,4 12,4A8,8 0 0,0 4,12H1L5,16L9,12";
|
||||||
-fx-background-color: #2c2c2c;
|
-fx-background-color: #2c2c2c;
|
||||||
-size: 17.5;
|
-size: 17.5;
|
||||||
-fx-min-width: -size;
|
-fx-min-width: 20;
|
||||||
}
|
}
|
Loading…
Reference in a new issue