mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-08 20:39:30 +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
|
Top = 27
|
||||||
Width = 168
|
Width = 168
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
AutoSize = False
|
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'ShortcutItemsCountLabel'
|
Caption = 'ShortcutItemsCountLabel'
|
||||||
@ -201,7 +200,6 @@ object MenuDesignerForm: TMenuDesignerForm
|
|||||||
Top = 48
|
Top = 48
|
||||||
Width = 168
|
Width = 168
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
AutoSize = False
|
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'DeepestNestingLevelLabel'
|
Caption = 'DeepestNestingLevelLabel'
|
||||||
@ -221,7 +219,6 @@ object MenuDesignerForm: TMenuDesignerForm
|
|||||||
Top = 69
|
Top = 69
|
||||||
Width = 168
|
Width = 168
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
AutoSize = False
|
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'IconCountLabel'
|
Caption = 'IconCountLabel'
|
||||||
@ -241,7 +238,6 @@ object MenuDesignerForm: TMenuDesignerForm
|
|||||||
Top = 90
|
Top = 90
|
||||||
Width = 168
|
Width = 168
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
AutoSize = False
|
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Bottom = 6
|
BorderSpacing.Bottom = 6
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
@ -280,6 +276,7 @@ object MenuDesignerForm: TMenuDesignerForm
|
|||||||
Top = 254
|
Top = 254
|
||||||
Width = 190
|
Width = 190
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
|
AutoSize = True
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'SubmenuGroupBox'
|
Caption = 'SubmenuGroupBox'
|
||||||
ClientHeight = 44
|
ClientHeight = 44
|
||||||
|
Loading…
Reference in New Issue
Block a user