mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Changes in line with framework
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user