mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-09 10:58:14 +02:00
IDE: increased DropDownCount of project types ComboBox in Startup options page even more (to 20) and improved its anchoring
git-svn-id: trunk@64810 -
This commit is contained in:
parent
868f533cc1
commit
fe03edd4aa
@ -14,9 +14,9 @@ object IdeStartupFrame: TIdeStartupFrame
|
|||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 22
|
Height = 19
|
||||||
Top = 97
|
Top = 84
|
||||||
Width = 231
|
Width = 195
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'OpenLastProjectAtStartCheckBox'
|
Caption = 'OpenLastProjectAtStartCheckBox'
|
||||||
@ -26,8 +26,8 @@ object IdeStartupFrame: TIdeStartupFrame
|
|||||||
object lblFileAssociation: TDividerBevel
|
object lblFileAssociation: TDividerBevel
|
||||||
AnchorSideTop.Control = Owner
|
AnchorSideTop.Control = Owner
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 18
|
Height = 15
|
||||||
Top = 0
|
Top = 2
|
||||||
Width = 597
|
Width = 597
|
||||||
Caption = 'Opening Files from OS'
|
Caption = 'Opening Files from OS'
|
||||||
Anchors = [akLeft, akRight]
|
Anchors = [akLeft, akRight]
|
||||||
@ -39,8 +39,8 @@ object IdeStartupFrame: TIdeStartupFrame
|
|||||||
AnchorSideTop.Control = LazarusInstancesCB
|
AnchorSideTop.Control = LazarusInstancesCB
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 18
|
Height = 15
|
||||||
Top = 73
|
Top = 63
|
||||||
Width = 597
|
Width = 597
|
||||||
Caption = 'Project to Open or Create'
|
Caption = 'Project to Open or Create'
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
@ -54,9 +54,9 @@ object IdeStartupFrame: TIdeStartupFrame
|
|||||||
AnchorSideTop.Control = LazarusInstancesCB
|
AnchorSideTop.Control = LazarusInstancesCB
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 3
|
Left = 3
|
||||||
Height = 18
|
Height = 15
|
||||||
Top = 33
|
Top = 29
|
||||||
Width = 139
|
Width = 116
|
||||||
BorderSpacing.Left = 3
|
BorderSpacing.Left = 3
|
||||||
Caption = 'LazarusInstancesLabel'
|
Caption = 'LazarusInstancesLabel'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
@ -68,14 +68,14 @@ object IdeStartupFrame: TIdeStartupFrame
|
|||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
AnchorSideRight.Control = Owner
|
AnchorSideRight.Control = Owner
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 150
|
Left = 127
|
||||||
Height = 32
|
Height = 23
|
||||||
Top = 26
|
Top = 25
|
||||||
Width = 439
|
Width = 462
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Left = 8
|
BorderSpacing.Left = 8
|
||||||
BorderSpacing.Top = 8
|
BorderSpacing.Top = 8
|
||||||
ItemHeight = 18
|
ItemHeight = 15
|
||||||
Style = csDropDownList
|
Style = csDropDownList
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
end
|
end
|
||||||
@ -84,16 +84,17 @@ object IdeStartupFrame: TIdeStartupFrame
|
|||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = OpenLastProjectAtStartCheckBox
|
AnchorSideTop.Control = OpenLastProjectAtStartCheckBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
|
AnchorSideRight.Control = Owner
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 117
|
Left = 104
|
||||||
Height = 32
|
Height = 23
|
||||||
Top = 130
|
Top = 114
|
||||||
Width = 459
|
Width = 485
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Left = 8
|
BorderSpacing.Left = 8
|
||||||
BorderSpacing.Top = 11
|
BorderSpacing.Top = 11
|
||||||
DropDownCount = 12
|
DropDownCount = 20
|
||||||
ItemHeight = 18
|
ItemHeight = 15
|
||||||
Style = csDropDownList
|
Style = csDropDownList
|
||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
end
|
end
|
||||||
@ -102,9 +103,9 @@ object IdeStartupFrame: TIdeStartupFrame
|
|||||||
AnchorSideTop.Control = ProjectTypeCB
|
AnchorSideTop.Control = ProjectTypeCB
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 3
|
Left = 3
|
||||||
Height = 18
|
Height = 15
|
||||||
Top = 137
|
Top = 118
|
||||||
Width = 106
|
Width = 93
|
||||||
BorderSpacing.Left = 3
|
BorderSpacing.Left = 3
|
||||||
Caption = 'New Project Type'
|
Caption = 'New Project Type'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
|
Loading…
Reference in New Issue
Block a user