Changes in line with framework

This commit is contained in:
Dean Herbert
2017-09-07 20:36:32 +09:00
parent b98346c79f
commit 41398f57d6
2 changed files with 3 additions and 6 deletions

View File

@ -17,11 +17,8 @@ namespace osu.Game.Screens.Edit.Menus
public class EditorMenuBar : OsuMenu
{
public EditorMenuBar()
: base(Direction.Horizontal)
: base(Direction.Horizontal, true)
{
AlwaysOpen = true;
RequireClickToOpen = true;
ItemsContainer.Padding = new MarginPadding(0);
BackgroundColour = Color4.Transparent;
}