Fixed resize problems and some other stuff

This commit is contained in:
DieGurke
2020-07-18 14:41:25 +02:00
parent 0674035183
commit 01f81fadac
7 changed files with 52 additions and 106 deletions

View File

@ -235,7 +235,7 @@ public final class LoginScene {
// Load ChatScene
sceneContext.pop();
sceneContext.getStage().setMinHeight(400);
sceneContext.getStage().setMinWidth(350);
sceneContext.getStage().setMinWidth(843);
sceneContext.load(SceneContext.SceneInfo.CHAT_SCENE);
sceneContext.<ChatScene>getController().initializeData(sceneContext, localDB, client, writeProxy);
}