Browse Source

Uncommented out code.

pull/39/head
Steven Kirk 11 years ago
parent
commit
e8b574a6be
  1. 2
      TestApplication/Program.cs

2
TestApplication/Program.cs

@ -302,7 +302,7 @@ namespace TestApplication
},
new TextBox
{
//Text = "A non-wrapping text box. Lorem ipsum dolor sit amet.",
Text = "A non-wrapping text box. Lorem ipsum dolor sit amet.",
TextWrapping = TextWrapping.NoWrap,
},
new TextBox

Loading…
Cancel
Save