2
0
Tig 1 жил өмнө
parent
commit
0307af112b

+ 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 =