From e8b574a6bec063a47e9dfd140acf9301e243ce3e Mon Sep 17 00:00:00 2001 From: Steven Kirk Date: Sat, 28 Feb 2015 23:19:24 +0100 Subject: [PATCH] Uncommented out code. --- TestApplication/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TestApplication/Program.cs b/TestApplication/Program.cs index 1439dcea72..1221d69366 100644 --- a/TestApplication/Program.cs +++ b/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