Skip to content

Commit ff065ea

Browse files
committed
style: reduce borders around controls
1 parent 930a815 commit ff065ea

File tree

3 files changed

+79
-73
lines changed

3 files changed

+79
-73
lines changed

source/apphelpers.pas

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1509,6 +1509,7 @@ procedure FixVT(VT: TVirtualStringTree; IsResultGrid: Boolean=False);
15091509
VT.HintMode := hmTooltip; // Just a quick tooltip for clipped nodes
15101510
VT.OnStartOperation := Mainform.AnyGridStartOperation;
15111511
VT.OnEndOperation := Mainform.AnyGridEndOperation;
1512+
VT.BorderStyle := bsNone; // Cosmetic
15121513
end;
15131514

15141515

0 commit comments

Comments
 (0)