bottom corners are as round

This commit is contained in:
woodser 2025-05-09 08:59:49 -04:00
parent b6e3787654
commit 6201c52f2c
No known key found for this signature in database
GPG key ID: 55A10DD48ADEE5EF

View file

@ -40,6 +40,6 @@ public class Layout {
public static final double SPACING_V_BOX = 5d; public static final double SPACING_V_BOX = 5d;
public static final double GRID_GAP = 5d; public static final double GRID_GAP = 5d;
public static final double LIST_ROW_HEIGHT = 34; 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 public static final double FLOATING_ICON_Y = 10; // adjust when .jfx-text-field padding is changed for right icons on make/take offer
} }