mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 21:38:00 +02:00
IDE: Allow resizing the MultiPaste dialog. Issue #30671.
git-svn-id: trunk@55753 -
This commit is contained in:
parent
431837b8fe
commit
af40eadb08
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user