ide: use themed drawn treeview for options dialog

git-svn-id: trunk@24817 -
This commit is contained in:
paul 2010-04-22 09:11:23 +00:00
parent cc617a1b0c
commit 0e21a3965e

View File

@ -12,7 +12,7 @@ object IDEOptionsDialog: TIDEOptionsDialog
Constraints.MinWidth = 700 Constraints.MinWidth = 700
OnShow = FormShow OnShow = FormShow
Position = poScreenCenter Position = poScreenCenter
LCLVersion = '0.9.27' LCLVersion = '0.9.29'
object ButtonPanel: TButtonPanel object ButtonPanel: TButtonPanel
AnchorSideLeft.Control = Owner AnchorSideLeft.Control = Owner
AnchorSideRight.Control = Owner AnchorSideRight.Control = Owner
@ -46,6 +46,6 @@ object IDEOptionsDialog: TIDEOptionsDialog
TabOrder = 0 TabOrder = 0
OnChange = CategoryTreeChange OnChange = CategoryTreeChange
OnKeyDown = CategoryTreeKeyDown OnKeyDown = CategoryTreeKeyDown
Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips] Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
end end
end end