SwingX: improved dark/light colors "column control" icon for JXTable (issue #434)

This commit is contained in:
Karl Tauber
2021-12-07 18:10:09 +01:00
parent c9a38f0a13
commit dd3ffc64b9
3 changed files with 10 additions and 1 deletions

View File

@@ -20,6 +20,11 @@ JXBusyLabel.baseColor = #777
JXBusyLabel.highlightColor = #e0e0e0
#---- ColumnControlButton ----
ColumnControlButton.iconColor = shade(@foreground,10%)
#---- Header ----
JXHeader.background = @background

View File

@@ -28,7 +28,6 @@ TitledPanelUI = com.formdev.flatlaf.swingx.ui.FlatTitledPanelUI
#---- ColumnControlButton ----
ColumnControlButton.actionIcon = com.formdev.flatlaf.swingx.icons.FlatColumnControlIcon
ColumnControlButton.iconColor = @disabledForeground
#---- DatePicker ----

View File

@@ -20,6 +20,11 @@ JXBusyLabel.baseColor = #c4c4c4
JXBusyLabel.highlightColor = #808080
#---- ColumnControlButton ----
ColumnControlButton.iconColor = tint(@foreground,45%)
#---- Header ----
JXHeader.background = @background