mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 18:19:08 +02:00
ide: project options dialog: anchor top/bottom build modes button. Issue #31770
git-svn-id: trunk@54916 -
This commit is contained in:
parent
9551b8b6c1
commit
0ed60c662a
@ -3,7 +3,6 @@ object IDEOptionsDialog: TIDEOptionsDialog
|
|||||||
Height = 500
|
Height = 500
|
||||||
Top = 202
|
Top = 202
|
||||||
Width = 800
|
Width = 800
|
||||||
ActiveControl = FilterEdit
|
|
||||||
BorderIcons = [biSystemMenu]
|
BorderIcons = [biSystemMenu]
|
||||||
Caption = 'IDEOptionsDialog'
|
Caption = 'IDEOptionsDialog'
|
||||||
ClientHeight = 500
|
ClientHeight = 500
|
||||||
@ -12,8 +11,7 @@ object IDEOptionsDialog: TIDEOptionsDialog
|
|||||||
Constraints.MinWidth = 500
|
Constraints.MinWidth = 500
|
||||||
OnShow = FormShow
|
OnShow = FormShow
|
||||||
Position = poScreenCenter
|
Position = poScreenCenter
|
||||||
LCLVersion = '1.7'
|
LCLVersion = '1.9.0.0'
|
||||||
Scaled = True
|
|
||||||
object ButtonPanel: TButtonPanel
|
object ButtonPanel: TButtonPanel
|
||||||
AnchorSideLeft.Control = Owner
|
AnchorSideLeft.Control = Owner
|
||||||
AnchorSideRight.Control = Owner
|
AnchorSideRight.Control = Owner
|
||||||
@ -89,7 +87,6 @@ object IDEOptionsDialog: TIDEOptionsDialog
|
|||||||
Top = 6
|
Top = 6
|
||||||
Width = 249
|
Width = 249
|
||||||
OnFilterItem = FilterEditFilterItem
|
OnFilterItem = FilterEditFilterItem
|
||||||
UseFormActivate = True
|
|
||||||
ButtonWidth = 23
|
ButtonWidth = 23
|
||||||
NumGlyphs = 1
|
NumGlyphs = 1
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
@ -146,11 +143,13 @@ object IDEOptionsDialog: TIDEOptionsDialog
|
|||||||
AnchorSideLeft.Control = BuildModeComboBox
|
AnchorSideLeft.Control = BuildModeComboBox
|
||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = BuildModeComboBox
|
AnchorSideTop.Control = BuildModeComboBox
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideBottom.Control = BuildModeComboBox
|
||||||
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 281
|
Left = 281
|
||||||
Height = 25
|
Height = 23
|
||||||
Top = 4
|
Top = 5
|
||||||
Width = 50
|
Width = 50
|
||||||
|
Anchors = [akTop, akLeft, akBottom]
|
||||||
BorderSpacing.Left = 1
|
BorderSpacing.Left = 1
|
||||||
Caption = '...'
|
Caption = '...'
|
||||||
OnClick = BuildModeManageButtonClick
|
OnClick = BuildModeManageButtonClick
|
||||||
|
Loading…
Reference in New Issue
Block a user