From 57bc94fbca8d0328f7a04d4577e1464df2d1d989 Mon Sep 17 00:00:00 2001 From: Michael Becker Date: Sun, 28 Jul 2019 10:26:01 -0400 Subject: [PATCH] I like both 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 72b01c5c..924e3bdc 100644 --- a/CSharp/Libraries/UniversalEditor.UserInterface/MainWindow.cs +++ b/CSharp/Libraries/UniversalEditor.UserInterface/MainWindow.cs @@ -122,7 +122,7 @@ namespace UniversalEditor.UserInterface this.Layout = layout; this.IconName = "universal-editor"; - this.CommandDisplayMode = CommandDisplayMode.Ribbon; + this.CommandDisplayMode = CommandDisplayMode.Both; foreach (CommandItem ci in Engine.CurrentEngine.MainMenu.Items) {