瀏覽代碼

Fixed static issue

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

+ 3 - 1
UICatalog/Scenarios/ASCIICustomButton.cs

@@ -16,6 +16,8 @@ public class ASCIICustomButtonTest : Scenario
 
     public override void Main ()
     {
+        _smallerWindow = false;
+
         Application.Init ();
         Toplevel top = new ();
 
@@ -24,7 +26,7 @@ public class ASCIICustomButtonTest : Scenario
             Menus =
             [
                 new MenuBarItem (
-                                 "Window Size",
+                                 "_Window Size",
                                  new []
                                  {
                                      _miSmallerWindow =