mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 10:49:44 +02:00
IDE: Improve application options layout. Issue #30947, patch from AlexeyT.
git-svn-id: trunk@53382 -
This commit is contained in:
parent
3913650b87
commit
c2d88c8f48
@ -125,14 +125,18 @@ object ProjectApplicationOptionsFrame: TProjectApplicationOptionsFrame
|
||||
AnchorSideLeft.Control = IconPanel
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = IconPanel
|
||||
AnchorSideRight.Control = TitleEdit
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = IconPanel
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 240
|
||||
Height = 29
|
||||
Top = 39
|
||||
Width = 120
|
||||
Width = 197
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Right = 40
|
||||
Caption = 'LoadIconButton'
|
||||
OnClick = LoadIconButtonClick
|
||||
TabOrder = 3
|
||||
@ -141,10 +145,13 @@ object ProjectApplicationOptionsFrame: TProjectApplicationOptionsFrame
|
||||
AnchorSideLeft.Control = LoadIconButton
|
||||
AnchorSideTop.Control = DefaultIconButton
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = DefaultIconButton
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 240
|
||||
Height = 29
|
||||
Top = 109
|
||||
Width = 117
|
||||
Width = 197
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoSize = True
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'SaveIconButton'
|
||||
@ -155,10 +162,13 @@ object ProjectApplicationOptionsFrame: TProjectApplicationOptionsFrame
|
||||
AnchorSideLeft.Control = SaveIconButton
|
||||
AnchorSideTop.Control = SaveIconButton
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = SaveIconButton
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 240
|
||||
Height = 29
|
||||
Top = 144
|
||||
Width = 121
|
||||
Width = 197
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoSize = True
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'ClearIconButton'
|
||||
@ -223,10 +233,13 @@ object ProjectApplicationOptionsFrame: TProjectApplicationOptionsFrame
|
||||
AnchorSideLeft.Control = LoadIconButton
|
||||
AnchorSideTop.Control = LoadIconButton
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = LoadIconButton
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 240
|
||||
Height = 29
|
||||
Top = 74
|
||||
Width = 136
|
||||
Width = 197
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoSize = True
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'DefaultIconButton'
|
||||
|
Loading…
Reference in New Issue
Block a user