mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 10:37:58 +02:00
MenuEditor: Autosize Help button (issue #33835)
git-svn-id: trunk@58157 -
This commit is contained in:
parent
9231f2ca08
commit
47490073fe
@ -256,10 +256,11 @@ object MenuDesignerForm: TMenuDesignerForm
|
||||
AnchorSideBottom.Control = LeftPanel
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 7
|
||||
Height = 25
|
||||
Top = 368
|
||||
Width = 75
|
||||
Height = 26
|
||||
Top = 367
|
||||
Width = 71
|
||||
Anchors = [akLeft, akBottom]
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
DefaultCaption = True
|
||||
Kind = bkHelp
|
||||
|
Loading…
Reference in New Issue
Block a user