update shell

This commit is contained in:
bQUARKz 2026-03-11 15:48:19 +00:00
parent 19396aec9e
commit dea0ef0d6a
Signed by: bquarkz
SSH Key Fingerprint: SHA256:Z7dgqoglWwoK6j6u4QC87OveEq74WOhFN+gitsxtkf8

View File

@ -20,7 +20,7 @@ public final class StudioWindowCoordinator {
private static final double LAUNCHER_WIDTH = 760;
private static final double LAUNCHER_HEIGHT = 750;
private static final double PROJECT_LOADING_WIDTH = 460;
private static final double PROJECT_LOADING_HEIGHT = 220;
private static final double PROJECT_LOADING_HEIGHT = 250;
private static final double PROJECT_WIDTH = 1280;
private static final double PROJECT_HEIGHT = 840;
private static final Duration PROJECT_OPEN_DELAY = Duration.seconds(1.5);