IDE: BuildProfileManager dialog tweak. Issue #28216, patch from Alexey Torgashin.

git-svn-id: trunk@49231 -
This commit is contained in:
juha 2015-05-31 11:57:12 +00:00
parent c7c6870884
commit 6a459963a7

View File

@ -1,10 +1,11 @@
object BuildProfileManagerForm: TBuildProfileManagerForm
Left = 221
Height = 459
Height = 435
Top = 176
Width = 360
BorderIcons = [biSystemMenu]
Caption = 'Build Profiles'
ClientHeight = 459
ClientHeight = 435
ClientWidth = 360
OnCreate = FormCreate
OnDestroy = FormDestroy
@ -12,18 +13,19 @@ object BuildProfileManagerForm: TBuildProfileManagerForm
LCLVersion = '1.5'
object ProfilesPanel: TPanel
Left = 0
Height = 459
Height = 435
Top = 0
Width = 360
Align = alClient
ClientHeight = 459
BevelOuter = bvNone
ClientHeight = 435
ClientWidth = 360
TabOrder = 0
object ProfilesToolBar: TToolBar
Left = 1
Left = 0
Height = 92
Top = 1
Width = 358
Top = 0
Width = 360
AutoSize = True
ButtonHeight = 46
ButtonWidth = 47
@ -78,10 +80,10 @@ object BuildProfileManagerForm: TBuildProfileManagerForm
end
end
object ProfilesListBox: TListBox
Left = 1
Height = 327
Top = 93
Width = 358
Left = 0
Height = 305
Top = 92
Width = 360
Align = alClient
ItemHeight = 0
OnClick = ProfilesListboxClick
@ -89,10 +91,10 @@ object BuildProfileManagerForm: TBuildProfileManagerForm
TabOrder = 0
end
object ButtonPanel: TButtonPanel
Left = 7
Left = 6
Height = 26
Top = 426
Width = 346
Top = 403
Width = 348
OKButton.Name = 'OKButton'
OKButton.DefaultCaption = True
HelpButton.Name = 'HelpButton'