mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-31 10:49:19 -04:00
set max height of offer details extra info to 150
This commit is contained in:
parent
1fd911da50
commit
8600e2dd6d
1 changed files with 1 additions and 1 deletions
|
@ -44,5 +44,5 @@ public class Layout {
|
|||
public static final double ROUNDED_ARC = 20;
|
||||
public static final double FLOATING_ICON_Y = 9; // adjust when .jfx-text-field padding is changed for right icons
|
||||
public static final double DETAILS_WINDOW_WIDTH = 950;
|
||||
public static final double DETAILS_WINDOW_EXTRA_INFO_MAX_HEIGHT = 100;
|
||||
public static final double DETAILS_WINDOW_EXTRA_INFO_MAX_HEIGHT = 150;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue