mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 17:20:37 +02:00
IDE: package linkgs dlg: close on escape
git-svn-id: trunk@47778 -
This commit is contained in:
parent
f12df89d67
commit
6da2503281
@ -9,7 +9,7 @@ object PackageLinksDialog: TPackageLinksDialog
|
||||
OnCreate = FormCreate
|
||||
OnDestroy = FormDestroy
|
||||
Position = poScreenCenter
|
||||
LCLVersion = '1.1'
|
||||
LCLVersion = '1.5'
|
||||
object ScopeGroupBox: TGroupBox
|
||||
Left = 0
|
||||
Height = 144
|
||||
@ -156,14 +156,16 @@ object PackageLinksDialog: TPackageLinksDialog
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = BtnPanel
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 592
|
||||
Left = 591
|
||||
Height = 28
|
||||
Top = 7
|
||||
Width = 60
|
||||
Width = 61
|
||||
Anchors = [akRight, akBottom]
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Cancel = True
|
||||
Caption = '&Close'
|
||||
Default = True
|
||||
Kind = bkClose
|
||||
ModalResult = 1
|
||||
TabOrder = 0
|
||||
|
Loading…
Reference in New Issue
Block a user