From af40eadb08164d6e3d93b8546af12a840930f11e Mon Sep 17 00:00:00 2001 From: juha Date: Mon, 28 Aug 2017 09:28:37 +0000 Subject: [PATCH] IDE: Allow resizing the MultiPaste dialog. Issue #30671. git-svn-id: trunk@55753 - --- ide/multipastedlg.lfm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ide/multipastedlg.lfm b/ide/multipastedlg.lfm index 283d149c93..9a4e89d5d5 100644 --- a/ide/multipastedlg.lfm +++ b/ide/multipastedlg.lfm @@ -3,14 +3,15 @@ object MultiPasteDialog: TMultiPasteDialog Height = 504 Top = 137 Width = 466 - BorderStyle = bsDialog + BorderStyle = bsSizeToolWin Caption = 'MultiPaste' ClientHeight = 504 ClientWidth = 466 + FormStyle = fsStayOnTop OnCreate = FormCreate OnDestroy = FormDestroy Position = poScreenCenter - LCLVersion = '1.7' + LCLVersion = '1.9.0.0' object PasteOptsGroupBox: TGroupBox Left = 6 Height = 210