mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 14:29:36 +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.Control = IconPanel
|
||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = IconPanel
|
AnchorSideTop.Control = IconPanel
|
||||||
|
AnchorSideRight.Control = TitleEdit
|
||||||
|
AnchorSideRight.Side = asrBottom
|
||||||
AnchorSideBottom.Control = IconPanel
|
AnchorSideBottom.Control = IconPanel
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 240
|
Left = 240
|
||||||
Height = 29
|
Height = 29
|
||||||
Top = 39
|
Top = 39
|
||||||
Width = 120
|
Width = 197
|
||||||
|
Anchors = [akTop, akLeft, akRight]
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
|
BorderSpacing.Right = 40
|
||||||
Caption = 'LoadIconButton'
|
Caption = 'LoadIconButton'
|
||||||
OnClick = LoadIconButtonClick
|
OnClick = LoadIconButtonClick
|
||||||
TabOrder = 3
|
TabOrder = 3
|
||||||
@ -141,10 +145,13 @@ object ProjectApplicationOptionsFrame: TProjectApplicationOptionsFrame
|
|||||||
AnchorSideLeft.Control = LoadIconButton
|
AnchorSideLeft.Control = LoadIconButton
|
||||||
AnchorSideTop.Control = DefaultIconButton
|
AnchorSideTop.Control = DefaultIconButton
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
|
AnchorSideRight.Control = DefaultIconButton
|
||||||
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 240
|
Left = 240
|
||||||
Height = 29
|
Height = 29
|
||||||
Top = 109
|
Top = 109
|
||||||
Width = 117
|
Width = 197
|
||||||
|
Anchors = [akTop, akLeft, akRight]
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'SaveIconButton'
|
Caption = 'SaveIconButton'
|
||||||
@ -155,10 +162,13 @@ object ProjectApplicationOptionsFrame: TProjectApplicationOptionsFrame
|
|||||||
AnchorSideLeft.Control = SaveIconButton
|
AnchorSideLeft.Control = SaveIconButton
|
||||||
AnchorSideTop.Control = SaveIconButton
|
AnchorSideTop.Control = SaveIconButton
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
|
AnchorSideRight.Control = SaveIconButton
|
||||||
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 240
|
Left = 240
|
||||||
Height = 29
|
Height = 29
|
||||||
Top = 144
|
Top = 144
|
||||||
Width = 121
|
Width = 197
|
||||||
|
Anchors = [akTop, akLeft, akRight]
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'ClearIconButton'
|
Caption = 'ClearIconButton'
|
||||||
@ -223,10 +233,13 @@ object ProjectApplicationOptionsFrame: TProjectApplicationOptionsFrame
|
|||||||
AnchorSideLeft.Control = LoadIconButton
|
AnchorSideLeft.Control = LoadIconButton
|
||||||
AnchorSideTop.Control = LoadIconButton
|
AnchorSideTop.Control = LoadIconButton
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
|
AnchorSideRight.Control = LoadIconButton
|
||||||
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 240
|
Left = 240
|
||||||
Height = 29
|
Height = 29
|
||||||
Top = 74
|
Top = 74
|
||||||
Width = 136
|
Width = 197
|
||||||
|
Anchors = [akTop, akLeft, akRight]
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'DefaultIconButton'
|
Caption = 'DefaultIconButton'
|
||||||
|
Loading…
Reference in New Issue
Block a user