mirror of
https://github.com/ppy/osu.git
synced 2026-06-09 03:13:39 +08:00
Merge pull request #28358 from bdach/fix-main-menu-button-bg
Fix main menu button backgrounds not covering their entire width sometimes
This commit is contained in:
@@ -115,7 +115,6 @@ namespace osu.Game.Screens.Menu
|
||||
backgroundContent = CreateBackground(colour).With(bg =>
|
||||
{
|
||||
bg.RelativeSizeAxes = Axes.Y;
|
||||
bg.X = -ButtonSystem.WEDGE_WIDTH;
|
||||
bg.Anchor = Anchor.Centre;
|
||||
bg.Origin = Anchor.Centre;
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user