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

@ -60,6 +60,7 @@ namespace osu.Game.Screens.Select.Carousel
{
new BeatmapSetOnlineStatusPill
{
AutoSizeAxes = Axes.Both,
Origin = Anchor.CentreLeft,
Anchor = Anchor.CentreLeft,
Margin = new MarginPadding { Right = 5 },