Browse Source

Fixed static issue

Tig 1 year ago
parent
commit
0307af112b
1 changed files with 3 additions and 1 deletions
  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 =