From dfccff846bf74d1670edbfe11324db54e25e716b Mon Sep 17 00:00:00 2001 From: Michael Becker Date: Fri, 16 Aug 2019 00:06:33 -0400 Subject: [PATCH] I like menu bars, let's keep them menu bars for now --- CSharp/Libraries/UniversalEditor.UserInterface/MainWindow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CSharp/Libraries/UniversalEditor.UserInterface/MainWindow.cs b/CSharp/Libraries/UniversalEditor.UserInterface/MainWindow.cs index ec733cbc..a60c46ab 100644 --- a/CSharp/Libraries/UniversalEditor.UserInterface/MainWindow.cs +++ b/CSharp/Libraries/UniversalEditor.UserInterface/MainWindow.cs @@ -139,7 +139,7 @@ namespace UniversalEditor.UserInterface Layout = new BoxLayout(Orientation.Vertical); this.IconName = "universal-editor"; - this.CommandDisplayMode = CommandDisplayMode.Ribbon; + this.CommandDisplayMode = CommandDisplayMode.Both; foreach (CommandItem ci in Engine.CurrentEngine.MainMenu.Items) {