1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 08:22:56 +08:00

adjusted the margin values

This commit is contained in:
Viktor Rosvall 2019-12-29 08:57:14 +01:00
parent b3d32710df
commit 875a25c529

View File

@ -54,6 +54,7 @@ namespace osu.Game.Screens.Select
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
Font = OsuFont.GetFont(weight: FontWeight.Bold),
Margin = new MarginPadding { Right = 6 }
}
},
AutoSizeAxes = Axes.Both,