From f0d70e9ab5dfae28e73b8462ed3fa55f78786507 Mon Sep 17 00:00:00 2001 From: Charlie Kindel Date: Wed, 15 Apr 2020 18:39:03 -0600 Subject: [PATCH] Oops. --- Example/demo.cs | 1 - 1 file changed, 1 deletion(-) 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, };