mirror of https://gitlab.com/basile.b/dexed.git
tweaked option editor options
This commit is contained in:
parent
3ff19f5160
commit
4bcb2c6dcf
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue