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