mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-11 22:47:13 -06:00
TabbedPane:
- made tabs separator color lighter in dark themes so that it is easier to recognize the tabbed pane - added top and bottom tab insets to avoid that large tab icons are painted over active tab underline
This commit is contained in:
@@ -257,7 +257,7 @@ TabbedPane.underlineColor=#4A88C7
|
||||
TabbedPane.disabledUnderlineColor=#7a7a7a
|
||||
TabbedPane.hoverColor=#2e3133
|
||||
TabbedPane.focusColor=#3d4b5c
|
||||
TabbedPane.contentAreaColor=#323232
|
||||
TabbedPane.contentAreaColor=#646464
|
||||
|
||||
|
||||
#---- Table ----
|
||||
|
||||
@@ -539,7 +539,7 @@ TabbedPane.tabHeight=32
|
||||
TabbedPane.tabSelectionHeight=3
|
||||
TabbedPane.contentSeparatorHeight=1
|
||||
TabbedPane.hasFullBorder=false
|
||||
TabbedPane.tabInsets=0,12,0,12
|
||||
TabbedPane.tabInsets=4,12,4,12
|
||||
TabbedPane.tabAreaInsets=0,0,0,0
|
||||
TabbedPane.selectedTabPadInsets=0,0,0,0
|
||||
TabbedPane.tabRunOverlay=0
|
||||
|
||||
Reference in New Issue
Block a user