mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-13 07:17:13 -06:00
TabbedPane: going back to 3px tab selection for macOS themes
This commit is contained in:
@@ -263,10 +263,8 @@ Spinner.buttonSeparatorWidth = 0
|
||||
|
||||
#---- TabbedPane ----
|
||||
|
||||
TabbedPane.tabSelectionHeight = 4
|
||||
TabbedPane.cardTabSelectionHeight = 4
|
||||
TabbedPane.tabArc = $Button.arc
|
||||
TabbedPane.tabSelectionArc = $TabbedPane.tabSelectionHeight
|
||||
TabbedPane.tabSelectionArc = 999
|
||||
TabbedPane.cardTabArc = $Button.arc
|
||||
|
||||
|
||||
|
||||
@@ -262,10 +262,8 @@ Spinner.buttonPressedArrowColor = lighten($Spinner.buttonArrowColor,30%,derived
|
||||
|
||||
#---- TabbedPane ----
|
||||
|
||||
TabbedPane.tabSelectionHeight = 4
|
||||
TabbedPane.cardTabSelectionHeight = 4
|
||||
TabbedPane.tabArc = $Button.arc
|
||||
TabbedPane.tabSelectionArc = $TabbedPane.tabSelectionHeight
|
||||
TabbedPane.tabSelectionArc = 999
|
||||
TabbedPane.cardTabArc = $Button.arc
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user