mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-20 20:28:20 +02:00
ide: change borderstyle of key dialogs to bsDialog
git-svn-id: trunk@28665 -
This commit is contained in:
parent
56fb0cb880
commit
2fded8da6c
@ -4,6 +4,7 @@ object ChooseKeySchemeDlg: TChooseKeySchemeDlg
|
|||||||
Top = 307
|
Top = 307
|
||||||
Width = 433
|
Width = 433
|
||||||
ActiveControl = SchemeRadiogroup.RadioButton0
|
ActiveControl = SchemeRadiogroup.RadioButton0
|
||||||
|
BorderStyle = bsDialog
|
||||||
Caption = 'ChooseKeySchemeDlg'
|
Caption = 'ChooseKeySchemeDlg'
|
||||||
ClientHeight = 233
|
ClientHeight = 233
|
||||||
ClientWidth = 433
|
ClientWidth = 433
|
||||||
|
@ -5,6 +5,7 @@ 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
|
||||||
|
Loading…
Reference in New Issue
Block a user