Show tree lines in database tree, which may be helpful for a better overview

This commit is contained in:
Ansgar Becker
2020-06-06 13:35:29 +02:00
parent 32f399a5e0
commit 714301679d

View File

@@ -164,7 +164,7 @@ object MainForm: TMainForm
PopupMenu = popupDB
ShowHint = True
TabOrder = 0
TreeOptions.PaintOptions = [toHotTrack, toShowButtons, toShowDropmark, toShowRoot, toShowTreeLines, toThemeAware, toUseBlendedImages, toGhostedIfUnfocused, toUseExplorerTheme, toHideTreeLinesIfThemed]
TreeOptions.PaintOptions = [toHotTrack, toShowButtons, toShowDropmark, toShowRoot, toShowTreeLines, toThemeAware, toUseBlendedImages, toGhostedIfUnfocused, toUseExplorerTheme]
TreeOptions.SelectionOptions = [toFullRowSelect, toRightClickSelect]
OnAfterCellPaint = DBtreeAfterCellPaint
OnBeforeCellPaint = DBtreeBeforeCellPaint