mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 10:18:01 +00:00
Temp fix for vertical sizing (small screens) home menu problem.
This commit is contained in:
@@ -201,8 +201,8 @@ public enum VHomeUI implements IVTopLevelUI {
|
||||
pnl.setBorder(null);
|
||||
pnl.setLayout(new MigLayout("insets 0, gap 0"));
|
||||
|
||||
pnl.add(pnlMenu, "w 300px!, growy, pushy");
|
||||
pnl.add(pnlDisplay, "w 100% - 300px!, growy, pushy");
|
||||
pnl.add(pnlMenu, "w 300px!, h 100%!");
|
||||
pnl.add(pnlDisplay, "w 100% - 300px!, h 100%!");
|
||||
}
|
||||
|
||||
/** */
|
||||
|
||||
Reference in New Issue
Block a user