add new test case and fix rotation not working

This commit is contained in:
jorolf
2018-04-16 19:22:11 +02:00
parent 046412f962
commit de9f15f620
4 changed files with 92 additions and 46 deletions

View File

@ -122,7 +122,8 @@ namespace osu.Game.Overlays.Profile
},
badgeContainer = new BadgeContainer
{
RelativeSizeAxes = Axes.Both,
RelativeSizeAxes = Axes.X,
AutoSizeAxes = Axes.Y,
Origin = Anchor.BottomLeft,
Margin = new MarginPadding { Bottom = 5 },
Alpha = 0,