tvplanit: Avoid dependence on new WordWrap property of TPanel in VpWavDlg.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5004 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2016-07-19 08:43:40 +00:00
parent 4803397b14
commit eb245fb18d
3 changed files with 34 additions and 6 deletions

View File

@ -139,9 +139,22 @@ object FrmSoundDialog: TFrmSoundDialog
Width = 170
BevelOuter = bvNone
BorderStyle = bsSingle
Caption = 'Nothing to select from'
ClientHeight = 86
ClientWidth = 166
TabOrder = 3
Wordwrap = True
object Label3: TLabel
Left = 0
Height = 86
Top = 0
Width = 166
Align = alClient
Alignment = taCenter
AutoSize = False
Caption = 'Nothing to select from'
Layout = tlCenter
ParentColor = False
WordWrap = True
end
end
end
object Splitter1: TSplitter
@ -175,8 +188,22 @@ object FrmSoundDialog: TFrmSoundDialog
Width = 170
BevelOuter = bvNone
BorderStyle = bsSingle
Caption = 'Nothing to select from'
ClientHeight = 86
ClientWidth = 166
TabOrder = 3
object Label4: TLabel
Left = 0
Height = 86
Top = 0
Width = 166
Align = alClient
Alignment = taCenter
AutoSize = False
Caption = 'Nothing to select from'
Layout = tlCenter
ParentColor = False
WordWrap = True
end
end
end
end