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 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, TextWrapping = TextWrapping.NoWrap,
}, },
new TextBox new TextBox

Loading…
Cancel
Save