mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-08 18:38:45 +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
|
Height = 504
|
||||||
Top = 137
|
Top = 137
|
||||||
Width = 466
|
Width = 466
|
||||||
BorderStyle = bsDialog
|
BorderStyle = bsSizeToolWin
|
||||||
Caption = 'MultiPaste'
|
Caption = 'MultiPaste'
|
||||||
ClientHeight = 504
|
ClientHeight = 504
|
||||||
ClientWidth = 466
|
ClientWidth = 466
|
||||||
|
FormStyle = fsStayOnTop
|
||||||
OnCreate = FormCreate
|
OnCreate = FormCreate
|
||||||
OnDestroy = FormDestroy
|
OnDestroy = FormDestroy
|
||||||
Position = poScreenCenter
|
Position = poScreenCenter
|
||||||
LCLVersion = '1.7'
|
LCLVersion = '1.9.0.0'
|
||||||
object PasteOptsGroupBox: TGroupBox
|
object PasteOptsGroupBox: TGroupBox
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 210
|
Height = 210
|
||||||
|
Loading…
Reference in New Issue
Block a user