mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 16:49:12 +02:00
ide: use themed drawn treeview for options dialog
git-svn-id: trunk@24817 -
This commit is contained in:
parent
cc617a1b0c
commit
0e21a3965e
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user