I like command bars better (this should be written to user preferences...)
This commit is contained in:
parent
58ba665822
commit
237299f9ee
@ -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)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user