diff --git a/Example/demo.cs b/Example/demo.cs index 73dfdf201..061b85c34 100644 --- a/Example/demo.cs +++ b/Example/demo.cs @@ -562,7 +562,6 @@ static class Demo { new StatusItem(Key.F3, "~F3~ Save", null), new StatusItem(Key.ControlX, "~^X~ Quit", () => { if (Quit ()) top.Running = false; }), }) { - Style = StatusBar.StatusBarStyle.SnapToBottom, Parent = null, };