ide: ideoptionsdlg: make ... button 50px wide. Issue #30189, patch by Alexey Torgashin

git-svn-id: trunk@52396 -
This commit is contained in:
ondrej 2016-05-27 14:36:28 +00:00
parent 22c9aa947d
commit c377ec6c26

View File

@ -12,15 +12,15 @@ object IDEOptionsDialog: TIDEOptionsDialog
Constraints.MinWidth = 500
OnShow = FormShow
Position = poScreenCenter
LCLVersion = '1.5'
LCLVersion = '1.7'
object ButtonPanel: TButtonPanel
AnchorSideLeft.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
Left = 6
Height = 37
Top = 457
Height = 34
Top = 460
Width = 788
BorderSpacing.Left = 6
BorderSpacing.Right = 6
@ -40,7 +40,7 @@ object IDEOptionsDialog: TIDEOptionsDialog
end
object CatTVSplitter: TSplitter
Left = 255
Height = 457
Height = 460
Top = 0
Width = 4
end
@ -48,12 +48,12 @@ object IDEOptionsDialog: TIDEOptionsDialog
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
Left = 0
Height = 457
Height = 460
Top = 0
Width = 255
Align = alLeft
BevelOuter = bvNone
ClientHeight = 457
ClientHeight = 460
ClientWidth = 255
Constraints.MinWidth = 150
TabOrder = 2
@ -65,11 +65,12 @@ object IDEOptionsDialog: TIDEOptionsDialog
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = SettingsPanel
Left = 6
Height = 398
Top = 39
Height = 405
Top = 35
Width = 249
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Top = 6
DefaultItemHeight = 18
ReadOnly = True
TabOrder = 0
OnChange = CategoryTreeChange
@ -83,7 +84,7 @@ object IDEOptionsDialog: TIDEOptionsDialog
AnchorSideTop.Control = CategoryPanel
AnchorSideRight.Side = asrBottom
Left = 6
Height = 27
Height = 23
Top = 6
Width = 249
OnFilterItem = FilterEditFilterItem
@ -101,7 +102,7 @@ object IDEOptionsDialog: TIDEOptionsDialog
object SettingsPanel: TPanel
Left = 0
Height = 20
Top = 437
Top = 440
Width = 255
Align = alBottom
AutoSize = True
@ -130,12 +131,12 @@ object IDEOptionsDialog: TIDEOptionsDialog
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = UseBuildModeCheckBox
AnchorSideTop.Side = asrCenter
Left = 124
Height = 27
Left = 105
Height = 23
Top = 5
Width = 154
Width = 175
BorderSpacing.Left = 7
ItemHeight = 23
ItemHeight = 15
OnSelect = BuildModeComboBoxSelect
Style = csDropDownList
TabOrder = 0
@ -145,11 +146,11 @@ object IDEOptionsDialog: TIDEOptionsDialog
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = BuildModeComboBox
AnchorSideTop.Side = asrCenter
Left = 289
Left = 281
Height = 25
Top = 6
Width = 25
BorderSpacing.Left = 11
Top = 4
Width = 50
BorderSpacing.Left = 1
Caption = '...'
OnClick = BuildModeManageButtonClick
TabOrder = 1
@ -157,9 +158,9 @@ object IDEOptionsDialog: TIDEOptionsDialog
object UseBuildModeCheckBox: TCheckBox
AnchorSideTop.Side = asrCenter
Left = 12
Height = 22
Height = 19
Top = 7
Width = 105
Width = 86
BorderSpacing.Left = 6
Caption = 'Build modes'
OnChange = UseBuildModeCheckBoxChange
@ -177,7 +178,7 @@ object IDEOptionsDialog: TIDEOptionsDialog
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = ButtonPanel
Left = 259
Height = 417
Height = 420
Top = 40
Width = 535
HorzScrollBar.Page = 1