mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-12 06:57:13 -06:00
TextField: added styles for buttons and toolbars in leading and trailing components (smaller margins/insets, better hover/pressed/selected colors)
This commit is contained in:
@@ -443,3 +443,15 @@ Tree.paintLines = true
|
||||
Tree.hash = #f00
|
||||
Tree.editorBorder = 1,1,1,1,#f00
|
||||
Tree.editorBorderSelectionColor = #00f
|
||||
|
||||
|
||||
|
||||
#---- Styles ------------------------------------------------------------------
|
||||
|
||||
#---- inTextField ----
|
||||
# for leading/trailing components in text fields
|
||||
|
||||
[style]Button.inTextField = \
|
||||
focusable: false; \
|
||||
toolbar.margin: 1,1,1,1; \
|
||||
toolbar.spacingInsets: 1,1,1,1
|
||||
|
||||
Reference in New Issue
Block a user