Converter: fix layout error in Missing Properties dialog. Use AutoSize.

git-svn-id: trunk@46749 -
This commit is contained in:
juha 2014-11-04 18:43:23 +00:00
parent dcb5b021b5
commit 8de1712110

View File

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