Remove FixedWidth and add AutoSizeAxes specs to all usages

This commit is contained in:
Bartłomiej Dach
2021-10-25 20:20:40 +02:00
parent feedd53a53
commit 6802e9ec10
7 changed files with 12 additions and 28 deletions

View File

@ -198,6 +198,7 @@ namespace osu.Game.Overlays.BeatmapSet
{
onlineStatusPill = new BeatmapSetOnlineStatusPill
{
AutoSizeAxes = Axes.Both,
Anchor = Anchor.TopRight,
Origin = Anchor.TopRight,
TextSize = 14,