From 237299f9ee12cf81607e9e185d6cb831e4547896 Mon Sep 17 00:00:00 2001 From: Michael Becker Date: Wed, 18 Sep 2019 19:10:26 -0400 Subject: [PATCH] I like command bars better (this should be written to user preferences...) --- 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 8a8c6d6c..9254c23e 100644 --- a/CSharp/Libraries/UniversalEditor.UserInterface/MainWindow.cs +++ b/CSharp/Libraries/UniversalEditor.UserInterface/MainWindow.cs @@ -144,7 +144,7 @@ namespace UniversalEditor.UserInterface Layout = new BoxLayout(Orientation.Vertical); this.IconName = "universal-editor"; - this.CommandDisplayMode = CommandDisplayMode.Both; + this.CommandDisplayMode = CommandDisplayMode.CommandBar; foreach (CommandItem ci in Engine.CurrentEngine.MainMenu.Items) {