This commit is contained in:
sirjonasxx 2021-04-27 17:03:30 +02:00
parent 36f844d6dc
commit e7d7e243a7

View File

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