Table: added insets to cells

This commit is contained in:
Karl Tauber
2019-09-02 22:51:08 +02:00
parent 122afeb973
commit df01532598
2 changed files with 3 additions and 0 deletions

View File

@@ -173,6 +173,7 @@ TabbedPane.contentAreaColor=323232
Table.background=@textComponentBackground
Table.gridColor=4F5152
Table.focusSelectedCellHighlightBorder=2,3,2,3,78c0ff
#---- TableHeader ----

View File

@@ -224,6 +224,8 @@ Table.scrollPaneBorder=com.formdev.flatlaf.ui.FlatBorder
Table.ascendingSortIcon=com.formdev.flatlaf.icons.FlatAscendingSortIcon
Table.descendingSortIcon=com.formdev.flatlaf.icons.FlatDescendingSortIcon
Table.sortIconColor=@icon
Table.cellNoFocusBorder=2,3,2,3
Table.focusSelectedCellHighlightBorder=2,3,2,3,@foreground
#---- TableHeader ----