mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-21 23:19:29 +02:00
IDE, Add/Rename build profile dialog: made OK button default and slightly improved layout
git-svn-id: trunk@28279 -
This commit is contained in:
parent
aa8b8c8e39
commit
915695edf1
@ -28,6 +28,7 @@ object AddProfileForm: TAddProfileForm
|
||||
end
|
||||
object ProfileHeaderLabel: TLabel
|
||||
AnchorSideLeft.Control = NameEdit
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = NameEdit
|
||||
Left = 12
|
||||
Height = 14
|
||||
@ -35,6 +36,7 @@ object AddProfileForm: TAddProfileForm
|
||||
Width = 64
|
||||
Anchors = [akLeft, akBottom]
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Right = 12
|
||||
BorderSpacing.Bottom = 6
|
||||
Caption = 'Profile name:'
|
||||
ParentColor = False
|
||||
@ -55,7 +57,6 @@ object AddProfileForm: TAddProfileForm
|
||||
CancelButton.Name = 'CancelButton'
|
||||
CancelButton.Caption = 'Отмена'
|
||||
TabOrder = 1
|
||||
DefaultButton = pbCancel
|
||||
ShowButtons = [pbOK, pbCancel]
|
||||
ShowBevel = False
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user