IDE: Allow resizing the MultiPaste dialog. Issue #30671.

git-svn-id: trunk@55753 -
This commit is contained in:
juha 2017-08-28 09:28:37 +00:00
parent 431837b8fe
commit af40eadb08

View File

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