mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 12:58:18 +02:00
Converter: fix layout error in Missing Properties dialog. Use AutoSize.
git-svn-id: trunk@46749 -
This commit is contained in:
parent
dcb5b021b5
commit
8de1712110
@ -9,7 +9,7 @@ object FixLFMDialog: TFixLFMDialog
|
||||
ClientWidth = 756
|
||||
OnCreate = CheckLFMDialogCreate
|
||||
Position = poScreenCenter
|
||||
LCLVersion = '1.1'
|
||||
LCLVersion = '1.3'
|
||||
object NoteLabel: TLabel
|
||||
Left = 0
|
||||
Height = 15
|
||||
@ -450,6 +450,7 @@ object FixLFMDialog: TFixLFMDialog
|
||||
ShiftMask = [ssShift, ssAlt, ssCtrl]
|
||||
Command = emcMouseLink
|
||||
end>
|
||||
MouseTextActions = <>
|
||||
MouseSelActions = <
|
||||
item
|
||||
ClickDir = cdDown
|
||||
@ -671,6 +672,7 @@ object FixLFMDialog: TFixLFMDialog
|
||||
Top = 0
|
||||
Width = 339
|
||||
Align = alTop
|
||||
AutoSize = True
|
||||
BorderStyle = sbsSunken
|
||||
Caption = 'Properties'
|
||||
TabOrder = 1
|
||||
@ -717,6 +719,7 @@ object FixLFMDialog: TFixLFMDialog
|
||||
Top = 209
|
||||
Width = 339
|
||||
Align = alTop
|
||||
AutoSize = True
|
||||
BorderStyle = sbsSunken
|
||||
Caption = 'Types'
|
||||
TabOrder = 4
|
||||
|
Loading…
Reference in New Issue
Block a user