mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 23:58:06 +02:00
Menu designer: AutoSize labels so their texts show properly. Issue #29689.
git-svn-id: trunk@51883 -
This commit is contained in:
parent
8466e84d66
commit
66c1a36997
@ -181,7 +181,6 @@ object MenuDesignerForm: TMenuDesignerForm
|
||||
Top = 27
|
||||
Width = 168
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoSize = False
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'ShortcutItemsCountLabel'
|
||||
@ -201,7 +200,6 @@ object MenuDesignerForm: TMenuDesignerForm
|
||||
Top = 48
|
||||
Width = 168
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoSize = False
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'DeepestNestingLevelLabel'
|
||||
@ -221,7 +219,6 @@ object MenuDesignerForm: TMenuDesignerForm
|
||||
Top = 69
|
||||
Width = 168
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoSize = False
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'IconCountLabel'
|
||||
@ -241,7 +238,6 @@ object MenuDesignerForm: TMenuDesignerForm
|
||||
Top = 90
|
||||
Width = 168
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoSize = False
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Bottom = 6
|
||||
BorderSpacing.Around = 6
|
||||
@ -280,6 +276,7 @@ object MenuDesignerForm: TMenuDesignerForm
|
||||
Top = 254
|
||||
Width = 190
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'SubmenuGroupBox'
|
||||
ClientHeight = 44
|
||||
|
Loading…
Reference in New Issue
Block a user