mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 19:39:17 +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.Control = LeftPanel
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 7
|
Left = 7
|
||||||
Height = 25
|
Height = 26
|
||||||
Top = 368
|
Top = 367
|
||||||
Width = 75
|
Width = 71
|
||||||
Anchors = [akLeft, akBottom]
|
Anchors = [akLeft, akBottom]
|
||||||
|
AutoSize = True
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
DefaultCaption = True
|
DefaultCaption = True
|
||||||
Kind = bkHelp
|
Kind = bkHelp
|
||||||
|
Loading…
Reference in New Issue
Block a user