mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-28 01:15:26 -04:00
bottom corners are as round
This commit is contained in:
parent
b6e3787654
commit
6201c52f2c
1 changed files with 1 additions and 1 deletions
|
@ -40,6 +40,6 @@ public class Layout {
|
|||
public static final double SPACING_V_BOX = 5d;
|
||||
public static final double GRID_GAP = 5d;
|
||||
public static final double LIST_ROW_HEIGHT = 34;
|
||||
public static final double ROUNDED_ARC = 10;
|
||||
public static final double ROUNDED_ARC = 20;
|
||||
public static final double FLOATING_ICON_Y = 10; // adjust when .jfx-text-field padding is changed for right icons on make/take offer
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue