소스 검색

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 =