mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-22 10:39:31 +02:00
Designer: Make FormStyle=fsStayOnTop in Menu editor, issue #21405
git-svn-id: trunk@35655 -
This commit is contained in:
parent
b899514782
commit
f9525156e2
@ -6,6 +6,7 @@ object MainMenuEditorForm: TMainMenuEditorForm
|
|||||||
Caption = 'MainMenuEditorForm'
|
Caption = 'MainMenuEditorForm'
|
||||||
ClientHeight = 220
|
ClientHeight = 220
|
||||||
ClientWidth = 600
|
ClientWidth = 600
|
||||||
|
FormStyle = fsStayOnTop
|
||||||
OnClose = FormClose
|
OnClose = FormClose
|
||||||
OnCreate = FormCreate
|
OnCreate = FormCreate
|
||||||
OnDestroy = FormDestroy
|
OnDestroy = FormDestroy
|
||||||
|
Loading…
Reference in New Issue
Block a user