fix lcd text rendering issue on osx

This commit is contained in:
Craig Raw
2021-10-14 09:55:26 +02:00
parent bad209ea5b
commit 63259a2056
2 changed files with 5 additions and 2 deletions
@@ -396,6 +396,9 @@ public class AppController implements Initializable {
controller.setStage(stage);
controller.initializeView();
setStageIcon(stage);
stage.setOnShowing(event -> {
AppServices.moveToActiveWindowScreen(stage, 600, 460);
});
return stage;
} catch(IOException e) {