TabbedPane: selected tab underline color now changes depending on whether the focus is within the tab content (issue #398)

This commit is contained in:
Karl Tauber
2022-04-19 22:19:47 +02:00
parent aca9931560
commit b57e4c0565
14 changed files with 121 additions and 3 deletions

View File

@@ -347,6 +347,7 @@ TabbedPane.disabledForeground = #777
TabbedPane.selectedBackground = #0f0
TabbedPane.selectedForeground = #00f
TabbedPane.underlineColor = #ff0
TabbedPane.inactiveUnderlineColor = #f0f
TabbedPane.disabledUnderlineColor = #7a7a7a
TabbedPane.hoverColor = #eee
TabbedPane.focusColor = #ddd