mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-15 16:27:13 -06:00
TabbedPane: completed review of PR #343 (active tab border painting style)
- replaced `activeTabBorder` with `tabType` - added `TabbedPane.cardTabSelectionHeight`
This commit is contained in:
@@ -980,6 +980,7 @@ TabbedPane.buttonArc 6
|
||||
TabbedPane.buttonHoverBackground #ffff00 javax.swing.plaf.ColorUIResource [UI]
|
||||
TabbedPane.buttonInsets 2,1,2,1 javax.swing.plaf.InsetsUIResource [UI]
|
||||
TabbedPane.buttonPressedBackground #ffc800 javax.swing.plaf.ColorUIResource [UI]
|
||||
TabbedPane.cardTabSelectionHeight 2
|
||||
TabbedPane.closeArc 999
|
||||
TabbedPane.closeCrossFilledSize 6.5
|
||||
TabbedPane.closeCrossLineWidth 2.0
|
||||
@@ -1025,6 +1026,7 @@ TabbedPane.tabRunOverlay 0
|
||||
TabbedPane.tabSelectionHeight 3
|
||||
TabbedPane.tabSeparatorColor #0000ff javax.swing.plaf.ColorUIResource [UI]
|
||||
TabbedPane.tabSeparatorsFullHeight false
|
||||
TabbedPane.tabType underlined
|
||||
TabbedPane.tabWidthMode preferred
|
||||
TabbedPane.tabsOpaque true
|
||||
TabbedPane.tabsOverlapBorder false
|
||||
|
||||
Reference in New Issue
Block a user