mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
IJPL-149590 Some tables in the Settings have incorrectly coloured borders
GitOrigin-RevId: d98899224a26fed774bd671e42f88c07ad2db03f
This commit is contained in:
committed by
intellij-monorepo-bot
parent
a4c6d78791
commit
f452306c4b
@@ -637,7 +637,8 @@
|
||||
"focusCellHighlightBorder": "com.intellij.ide.ui.laf.darcula.DarculaTableSelectedCellHighlightBorder",
|
||||
"focusSelectedCellHighlightBorder": "com.intellij.ide.ui.laf.darcula.DarculaTableSelectedCellHighlightBorder",
|
||||
"gridColor": "#4F5152",
|
||||
"rowHeight": 20
|
||||
"rowHeight": 20,
|
||||
"scrollPaneBorder": "com.intellij.ide.ui.laf.darcula.ui.DarculaScrollPaneBorder"
|
||||
},
|
||||
|
||||
"TableHeader": {
|
||||
|
||||
@@ -881,6 +881,7 @@
|
||||
"lightSelectionForeground": "foreground",
|
||||
"lightSelectionInactiveBackground": "grey16",
|
||||
"rowHeight": 20,
|
||||
"scrollPaneBorder": "com.intellij.ide.ui.laf.darcula.ui.DarculaScrollPaneBorder",
|
||||
"stripeColor": "#f2f5f9"
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user