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