We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 454571e commit 1872916Copy full SHA for 1872916
1 file changed
source/apphelpers.pas
@@ -1503,6 +1503,7 @@ procedure FixVT(VT: TVirtualStringTree; IsResultGrid: Boolean=False);
1503
VT.ShowHint := True;
1504
1505
if IsResultGrid then begin
1506
+ VT.Colors.GridLineColor := clGray; // 50% black grid lines, should fit on both light and dark theme
1507
VT.HintMode := hmHint; // Show cell contents with linebreakds in datagrid and querygrid's
1508
if AppSettings.ReadBool(asIncrementalSearch) then begin
1509
// Apply case insensitive incremental search event
0 commit comments