Skip to content

Commit 1872916

Browse files
committed
enhance: 50% black grid lines, should fit on both light and dark theme
Refs #2470
1 parent 454571e commit 1872916

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

source/apphelpers.pas

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1503,6 +1503,7 @@ procedure FixVT(VT: TVirtualStringTree; IsResultGrid: Boolean=False);
15031503
VT.ShowHint := True;
15041504

15051505
if IsResultGrid then begin
1506+
VT.Colors.GridLineColor := clGray; // 50% black grid lines, should fit on both light and dark theme
15061507
VT.HintMode := hmHint; // Show cell contents with linebreakds in datagrid and querygrid's
15071508
if AppSettings.ReadBool(asIncrementalSearch) then begin
15081509
// Apply case insensitive incremental search event

0 commit comments

Comments
 (0)