This commit is contained in:
Charlie Kindel
2020-04-15 18:39:03 -06:00
parent 6fb116bcde
commit f0d70e9ab5

View File

@@ -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,
};