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