v0.8 UI enhancements. Window size now larger.

master
Dmitry Isaenko 2019-09-26 03:30:48 +03:00
parent 5c5f86b77a
commit 1d0a6086de
3 changed files with 5 additions and 5 deletions

View File

@ -31,9 +31,9 @@ public class NSLMain extends Application {
);
primaryStage.setTitle("NS-USBloader "+appVersion);
primaryStage.setMinWidth(600);
primaryStage.setMinHeight(400);
Scene mainScene = new Scene(root, 800, 425);
primaryStage.setMinWidth(650);
primaryStage.setMinHeight(450);
Scene mainScene = new Scene(root, 850, 475);
mainScene.getStylesheets().add(AppPreferences.getInstance().getTheme());

View File

@ -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-background-color: #f7fafa;
-size: 17.5;
-fx-min-width: -size;
-fx-min-width: 20;
}

View File

@ -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-background-color: #2c2c2c;
-size: 17.5;
-fx-min-width: -size;
-fx-min-width: 20;
}