mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2025-02-20 13:02:36 +01:00
size
This commit is contained in:
parent
f830776340
commit
c166402298
@ -45,7 +45,7 @@ public class Main extends Application {
|
||||
primaryStage.setResizable(false);
|
||||
|
||||
primaryStage.setTitle("G-Earth " + version);
|
||||
primaryStage.setScene(new Scene(root, 650, 295));
|
||||
primaryStage.setScene(new Scene(root, 650, 290));
|
||||
primaryStage.show();
|
||||
primaryStage.getScene().getStylesheets().add(getClass().getResource("ui/bootstrap3.css").toExternalForm());
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user