I like menu bars, let's keep them menu bars for now

This commit is contained in:
Michael Becker 2019-08-16 00:06:33 -04:00
parent 687e227fc7
commit dfccff846b

View File

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