mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-04 19:19:26 +01:00
IDE: Tweak Keymapshortcut dialog position and borders. Issue #28178, patch from Alexey Torgashin.
git-svn-id: trunk@49175 -
This commit is contained in:
parent
743334c9d0
commit
a28f1cd1d6
@ -5,12 +5,15 @@ object ShortCutDialog: TShortCutDialog
|
|||||||
Width = 545
|
Width = 545
|
||||||
ActiveControl = BtnPanel
|
ActiveControl = BtnPanel
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
|
BorderIcons = [biSystemMenu]
|
||||||
|
BorderStyle = bsDialog
|
||||||
Caption = 'ShortCutDialog'
|
Caption = 'ShortCutDialog'
|
||||||
ClientHeight = 260
|
ClientHeight = 260
|
||||||
ClientWidth = 545
|
ClientWidth = 545
|
||||||
OnCreate = FormCreate
|
OnCreate = FormCreate
|
||||||
OnShow = FormShow
|
OnShow = FormShow
|
||||||
LCLVersion = '1.3'
|
Position = poScreenCenter
|
||||||
|
LCLVersion = '1.5'
|
||||||
object PrimaryGroupBox: TGroupBox
|
object PrimaryGroupBox: TGroupBox
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 93
|
Height = 93
|
||||||
@ -34,7 +37,7 @@ object ShortCutDialog: TShortCutDialog
|
|||||||
object BtnPanel: TButtonPanel
|
object BtnPanel: TButtonPanel
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 28
|
Height = 26
|
||||||
Top = 216
|
Top = 216
|
||||||
Width = 533
|
Width = 533
|
||||||
Align = alTop
|
Align = alTop
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user