set max height of offer details extra info to 150

This commit is contained in:
woodser 2025-06-02 11:36:23 -04:00
parent 1fd911da50
commit 8600e2dd6d
No known key found for this signature in database
GPG key ID: 55A10DD48ADEE5EF

View file

@ -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;
}