IDE: Tweak Keymapshortcut dialog position and borders. Issue #28178, patch from Alexey Torgashin.

git-svn-id: trunk@49175 -
This commit is contained in:
juha 2015-05-26 11:09:12 +00:00
parent 743334c9d0
commit a28f1cd1d6

View File

@ -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