mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
Show tree lines in database tree, which may be helpful for a better overview
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user