mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-16 08:37:12 -06:00
TableHeader: Moved table header column border painting from FlatTableHeaderUI to new border FlatTableHeaderBorder to improve compatibility with custom table header implementations (issue #228)
This commit is contained in:
@@ -1067,7 +1067,8 @@ Table.sortIconColor #adadad javax.swing.plaf.ColorUIResource [UI]
|
||||
|
||||
TableHeader.background #45494a javax.swing.plaf.ColorUIResource [UI]
|
||||
TableHeader.bottomSeparatorColor #5e6364 javax.swing.plaf.ColorUIResource [UI]
|
||||
TableHeader.cellBorder [lazy] 2,3,2,3 false com.formdev.flatlaf.ui.FlatEmptyBorder [UI]
|
||||
TableHeader.cellBorder [lazy] 2,3,2,3 false com.formdev.flatlaf.ui.FlatTableHeaderBorder [UI]
|
||||
TableHeader.cellMargins 2,3,2,3 javax.swing.plaf.InsetsUIResource [UI]
|
||||
TableHeader.focusCellBackground #45494a javax.swing.plaf.ColorUIResource [UI]
|
||||
TableHeader.font [active] $defaultFont [UI]
|
||||
TableHeader.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI]
|
||||
|
||||
Reference in New Issue
Block a user