mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 04:02:59 +08:00
Remove rounded corners on the editor menu bar
This commit is contained in:
parent
d3109a5950
commit
837d1ba12e
@ -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");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user