Designer: Make FormStyle=fsStayOnTop in Menu editor, issue #21405

git-svn-id: trunk@35655 -
This commit is contained in:
juha 2012-03-02 20:47:15 +00:00
parent b899514782
commit f9525156e2

View File

@ -6,6 +6,7 @@ object MainMenuEditorForm: TMainMenuEditorForm
Caption = 'MainMenuEditorForm'
ClientHeight = 220
ClientWidth = 600
FormStyle = fsStayOnTop
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy