mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 00:42:39 +02:00
IDE: fixed fixed size dialogs
git-svn-id: trunk@36746 -
This commit is contained in:
parent
e87cc8fbbf
commit
3716b7ad0b
@ -4,7 +4,6 @@ object AbstractMethodsDialog: TAbstractMethodsDialog
|
||||
Top = 291
|
||||
Width = 581
|
||||
ActiveControl = MethodsCheckListBox
|
||||
BorderStyle = bsDialog
|
||||
Caption = 'AbstractMethodsDialog'
|
||||
ClientHeight = 344
|
||||
ClientWidth = 581
|
||||
|
@ -4,7 +4,6 @@ object EmptyMethodsDialog: TEmptyMethodsDialog
|
||||
Top = 202
|
||||
Width = 387
|
||||
ActiveControl = PrivateCheckBox
|
||||
BorderStyle = bsDialog
|
||||
Caption = 'EmptyMethodsDialog'
|
||||
ClientHeight = 421
|
||||
ClientWidth = 387
|
||||
|
@ -5,7 +5,6 @@ object ExtractProcDialog: TExtractProcDialog
|
||||
Width = 425
|
||||
ActiveControl = CreateFunctionCheckBox
|
||||
BorderIcons = [biSystemMenu]
|
||||
BorderStyle = bsDialog
|
||||
Caption = 'ExtractProcDialog'
|
||||
ClientHeight = 355
|
||||
ClientWidth = 425
|
||||
|
@ -3,7 +3,6 @@ object RunParamsOptsDlg: TRunParamsOptsDlg
|
||||
Height = 501
|
||||
Top = 176
|
||||
Width = 500
|
||||
BorderStyle = bsDialog
|
||||
Caption = 'RunParamsOptsDlg'
|
||||
ClientHeight = 501
|
||||
ClientWidth = 500
|
||||
|
@ -4,7 +4,6 @@ object UnusedUnitsDialog: TUnusedUnitsDialog
|
||||
Top = 236
|
||||
Width = 503
|
||||
ActiveControl = UnitsTreeView
|
||||
BorderStyle = bsDialog
|
||||
Caption = 'UnusedUnitsDialog'
|
||||
ClientHeight = 343
|
||||
ClientWidth = 503
|
||||
|
Loading…
Reference in New Issue
Block a user