tweaked option editor options

This commit is contained in:
Basile Burg 2015-02-21 13:58:56 +01:00
parent 3ff19f5160
commit 4bcb2c6dcf
1 changed files with 4 additions and 0 deletions

View File

@ -35,11 +35,15 @@ inherited CEOptionEditorWidget: TCEOptionEditorWidget
Top = 0 Top = 0
Width = 140 Width = 140
Align = alLeft Align = alLeft
AutoExpand = True
DefaultItemHeight = 18 DefaultItemHeight = 18
HideSelection = False
ReadOnly = True
ScrollBars = ssAutoBoth ScrollBars = ssAutoBoth
TabOrder = 0 TabOrder = 0
OnDeletion = selCatDeletion OnDeletion = selCatDeletion
OnSelectionChanged = selCatSelectionChanged OnSelectionChanged = selCatSelectionChanged
Options = [tvoAutoExpand, tvoAutoItemHeight, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
end end
object pnlEd: TPanel object pnlEd: TPanel
Left = 146 Left = 146