mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-08 22:58:13 +02:00
IDE: keymap shortcut dialog: allow resize in case autosize goes wrong
git-svn-id: trunk@47317 -
This commit is contained in:
parent
9fa5bd5c7e
commit
925df03a49
@ -5,13 +5,12 @@ object ShortCutDialog: TShortCutDialog
|
|||||||
Width = 545
|
Width = 545
|
||||||
ActiveControl = BtnPanel
|
ActiveControl = BtnPanel
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderStyle = bsDialog
|
|
||||||
Caption = 'ShortCutDialog'
|
Caption = 'ShortCutDialog'
|
||||||
ClientHeight = 260
|
ClientHeight = 260
|
||||||
ClientWidth = 545
|
ClientWidth = 545
|
||||||
OnCreate = FormCreate
|
OnCreate = FormCreate
|
||||||
OnShow = FormShow
|
OnShow = FormShow
|
||||||
LCLVersion = '1.1'
|
LCLVersion = '1.3'
|
||||||
object PrimaryGroupBox: TGroupBox
|
object PrimaryGroupBox: TGroupBox
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 93
|
Height = 93
|
||||||
@ -35,7 +34,7 @@ object ShortCutDialog: TShortCutDialog
|
|||||||
object BtnPanel: TButtonPanel
|
object BtnPanel: TButtonPanel
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 26
|
Height = 28
|
||||||
Top = 216
|
Top = 216
|
||||||
Width = 533
|
Width = 533
|
||||||
Align = alTop
|
Align = alTop
|
||||||
|
Loading…
Reference in New Issue
Block a user