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