From b20db9cf6117fc7be703b8c297e05ce8d31b169f Mon Sep 17 00:00:00 2001 From: martin Date: Sun, 25 Aug 2013 11:50:01 +0000 Subject: [PATCH] IDE: fix layout of feedback dialog (used by debugger) git-svn-id: trunk@42494 - --- debugger/feedbackdlg.lfm | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/debugger/feedbackdlg.lfm b/debugger/feedbackdlg.lfm index 3c2e522730..b55d2124f5 100644 --- a/debugger/feedbackdlg.lfm +++ b/debugger/feedbackdlg.lfm @@ -10,18 +10,22 @@ object DbgFeedbackDlg: TDbgFeedbackDlg ClientHeight = 212 ClientWidth = 605 Position = poScreenCenter - LCLVersion = '0.9.31' + LCLVersion = '1.1' object ButtonPanel1: TButtonPanel Left = 6 Height = 34 Top = 172 Width = 593 OKButton.Name = 'OKButton' + OKButton.DefaultCaption = True HelpButton.Name = 'HelpButton' + HelpButton.DefaultCaption = True HelpButton.OnClick = HelpButtonClick CloseButton.Name = 'CloseButton' + CloseButton.DefaultCaption = True CloseButton.Enabled = False CancelButton.Name = 'CancelButton' + CancelButton.DefaultCaption = True TabOrder = 0 ShowButtons = [pbOK, pbCancel, pbHelp] ShowGlyphs = [pbOK, pbCancel] @@ -32,16 +36,17 @@ object DbgFeedbackDlg: TDbgFeedbackDlg Top = 0 Width = 605 Align = alClient + AutoSize = True BevelOuter = bvNone ClientHeight = 166 ClientWidth = 605 TabOrder = 1 object lblMsg: TLabel Left = 5 - Height = 61 + Height = 15 Top = 5 Width = 595 - Align = alClient + Align = alTop BorderSpacing.Around = 5 Caption = 'lblMsg' ParentColor = False @@ -49,11 +54,12 @@ object DbgFeedbackDlg: TDbgFeedbackDlg end object Memo1: TMemo Left = 5 - Height = 90 - Top = 71 + Height = 136 + Top = 25 Width = 595 - Align = alBottom + Align = alClient BorderSpacing.Around = 5 + Constraints.MinHeight = 100 Lines.Strings = ( 'Memo1' )