From 2fded8da6c96e48a9a558aa06f20d9a6260fd2c6 Mon Sep 17 00:00:00 2001 From: paul Date: Fri, 10 Dec 2010 06:38:17 +0000 Subject: [PATCH] ide: change borderstyle of key dialogs to bsDialog git-svn-id: trunk@28665 - --- ide/keymapschemedlg.lfm | 1 + ide/keymapshortcutdlg.lfm | 1 + 2 files changed, 2 insertions(+) diff --git a/ide/keymapschemedlg.lfm b/ide/keymapschemedlg.lfm index e0e46b2c92..eaa256bb09 100644 --- a/ide/keymapschemedlg.lfm +++ b/ide/keymapschemedlg.lfm @@ -4,6 +4,7 @@ object ChooseKeySchemeDlg: TChooseKeySchemeDlg Top = 307 Width = 433 ActiveControl = SchemeRadiogroup.RadioButton0 + BorderStyle = bsDialog Caption = 'ChooseKeySchemeDlg' ClientHeight = 233 ClientWidth = 433 diff --git a/ide/keymapshortcutdlg.lfm b/ide/keymapshortcutdlg.lfm index 15ed59aca9..c60b503b54 100644 --- a/ide/keymapshortcutdlg.lfm +++ b/ide/keymapshortcutdlg.lfm @@ -5,6 +5,7 @@ object ShortCutDialog: TShortCutDialog Width = 545 ActiveControl = BtnPanel AutoSize = True + BorderStyle = bsDialog Caption = 'ShortCutDialog' ClientHeight = 260 ClientWidth = 545