From df015325982ac98b538e6db6c47ef37b91b587f8 Mon Sep 17 00:00:00 2001 From: Karl Tauber Date: Mon, 2 Sep 2019 22:51:08 +0200 Subject: [PATCH] Table: added insets to cells --- .../main/resources/com/formdev/flatlaf/FlatDarkLaf.properties | 1 + .../src/main/resources/com/formdev/flatlaf/FlatLaf.properties | 2 ++ 2 files changed, 3 insertions(+) diff --git a/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatDarkLaf.properties b/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatDarkLaf.properties index 3415afcc..75311438 100644 --- a/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatDarkLaf.properties +++ b/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatDarkLaf.properties @@ -173,6 +173,7 @@ TabbedPane.contentAreaColor=323232 Table.background=@textComponentBackground Table.gridColor=4F5152 +Table.focusSelectedCellHighlightBorder=2,3,2,3,78c0ff #---- TableHeader ---- diff --git a/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatLaf.properties b/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatLaf.properties index b38a0c44..cfe2d97b 100644 --- a/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatLaf.properties +++ b/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatLaf.properties @@ -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 ----