mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-10-09 17:18:44 -04:00
increase max popup height to 850
This commit is contained in:
parent
04a8876da5
commit
457518e3a9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue