mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2024-11-26 18:30:52 +01:00
ty lande
This commit is contained in:
parent
36f844d6dc
commit
e7d7e243a7
@ -45,7 +45,7 @@ public class Main extends Application {
|
||||
primaryStage.setResizable(false);
|
||||
|
||||
primaryStage.setTitle("G-Earth " + version);
|
||||
primaryStage.setScene(new Scene(root, 650, 290));
|
||||
primaryStage.setScene(new Scene(root, 650, 295));
|
||||
primaryStage.show();
|
||||
primaryStage.getScene().getStylesheets().add(getClass().getResource("ui/bootstrap3.css").toExternalForm());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user