mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-13 07:17:13 -06:00
Styling: support styling for recently merged PR #378
This commit is contained in:
@@ -89,10 +89,10 @@ public class FlatTextFieldUI
|
||||
@Styleable protected Color inactiveBackground;
|
||||
@Styleable protected Color placeholderForeground;
|
||||
@Styleable protected Color focusedBackground;
|
||||
/** @since 2 */ protected int iconTextGap;
|
||||
/** @since 2 */ @Styleable protected int iconTextGap;
|
||||
|
||||
/** @since 2 */ protected Icon leadingIcon;
|
||||
/** @since 2 */ protected Icon trailingIcon;
|
||||
/** @since 2 */ @Styleable protected Icon leadingIcon;
|
||||
/** @since 2 */ @Styleable protected Icon trailingIcon;
|
||||
|
||||
private Color oldDisabledBackground;
|
||||
private Color oldInactiveBackground;
|
||||
|
||||
Reference in New Issue
Block a user