From 837d1ba12e6a83e4a5e10adca5d1e57bf664267a Mon Sep 17 00:00:00 2001 From: smoogipoo Date: Sat, 7 Oct 2017 01:38:13 +0900 Subject: [PATCH] Remove rounded corners on the editor menu bar --- osu.Game/Screens/Edit/Menus/EditorMenuBar.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/osu.Game/Screens/Edit/Menus/EditorMenuBar.cs b/osu.Game/Screens/Edit/Menus/EditorMenuBar.cs index a4348b4489..fdaac81c68 100644 --- a/osu.Game/Screens/Edit/Menus/EditorMenuBar.cs +++ b/osu.Game/Screens/Edit/Menus/EditorMenuBar.cs @@ -27,6 +27,7 @@ namespace osu.Game.Screens.Edit.Menus { RelativeSizeAxes = Axes.X; + MaskingContainer.CornerRadius = 0; ItemsContainer.Padding = new MarginPadding { Left = 100 }; BackgroundColour = OsuColour.FromHex("111");