increase max popup height to 850

This commit is contained in:
woodser 2025-09-25 16:06:04 -04:00 committed by woodser
parent 04a8876da5
commit 457518e3a9

View file

@ -22,7 +22,7 @@ public class Layout {
public static final double INITIAL_WINDOW_HEIGHT = 710; //740
public static final double MIN_WINDOW_WIDTH = 1020;
public static final double MIN_WINDOW_HEIGHT = 620;
public static final double MAX_POPUP_HEIGHT = 730;
public static final double MAX_POPUP_HEIGHT = 850;
public static final double FIRST_ROW_DISTANCE = 20d;
public static final double COMPACT_FIRST_ROW_DISTANCE = 10d;
public static final double TWICE_FIRST_ROW_DISTANCE = 20d * 2;