I like command bars better (this should be written to user preferences...)

This commit is contained in:
Michael Becker 2019-09-18 19:10:26 -04:00
parent 58ba665822
commit 237299f9ee

View File

@ -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)
{