mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-02 00:12:37 +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
|
||||
ActiveControl = BtnPanel
|
||||
AutoSize = True
|
||||
BorderStyle = bsDialog
|
||||
Caption = 'ShortCutDialog'
|
||||
ClientHeight = 260
|
||||
ClientWidth = 545
|
||||
OnCreate = FormCreate
|
||||
OnShow = FormShow
|
||||
LCLVersion = '1.1'
|
||||
LCLVersion = '1.3'
|
||||
object PrimaryGroupBox: TGroupBox
|
||||
Left = 6
|
||||
Height = 93
|
||||
@ -35,7 +34,7 @@ object ShortCutDialog: TShortCutDialog
|
||||
object BtnPanel: TButtonPanel
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 26
|
||||
Height = 28
|
||||
Top = 216
|
||||
Width = 533
|
||||
Align = alTop
|
||||
|
Loading…
Reference in New Issue
Block a user