1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-13 08:32:57 +08:00

Remove unnecessary depth and padding set

This commit is contained in:
Joseph Madamba 2024-07-27 19:13:11 -07:00
parent 850bcaef7a
commit bc25e5d706
2 changed files with 0 additions and 3 deletions

View File

@ -23,7 +23,6 @@ namespace osu.Game.Tests.Visual.Ranking
{
AddStep("create button", () => Child = new PopoverContainer
{
Depth = -1,
RelativeSizeAxes = Axes.Both,
Anchor = Anchor.Centre,
Origin = Anchor.Centre,

View File

@ -100,9 +100,7 @@ namespace osu.Game.Screens.Ranking
InternalChild = new PopoverContainer
{
Depth = -1,
RelativeSizeAxes = Axes.Both,
Padding = new MarginPadding(0),
Child = new GridContainer
{
RelativeSizeAxes = Axes.Both,