1
0
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:
smoogipoo 2017-10-07 01:38:13 +09:00
parent d3109a5950
commit 837d1ba12e

View File

@ -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");