瀏覽代碼

Changed default text in TF scenario

Tig 1 年之前
父節點
當前提交
a6d786d4a3
共有 1 個文件被更改,包括 1 次插入3 次删除
  1. 1 3
      UICatalog/Scenarios/TextAlignmentsAndDirection.cs

+ 1 - 3
UICatalog/Scenarios/TextAlignmentsAndDirection.cs

@@ -19,9 +19,7 @@ public class TextAlignmentsAndDirections : Scenario
             Title = $"{Application.QuitKey} to Quit - Scenario: {GetName ()}"
         };
 
-        // string txt = ".\n...\n.....\nHELLO\n.....\n...\n.";
-        // string txt = "┌──┴──┐\n┤HELLO├\n└──┬──┘";
-        var txt = "HELLO WORLD";
+        var txt = $"Hello World{Environment.NewLine}HELLO WORLD{Environment.NewLine}世界 您好";
 
         var color1 = new ColorScheme { Normal = new (Color.Black, Color.Gray) };
         var color2 = new ColorScheme { Normal = new (Color.Black, Color.DarkGray) };