Reduce unnecessary container nesting and adjust empty state opacity slightly

This commit is contained in:
Dean Herbert
2022-01-30 14:14:50 +09:00
parent 2ee0db0ebf
commit 8917ab78f4
3 changed files with 14 additions and 23 deletions

View File

@ -85,8 +85,6 @@ namespace osu.Game.Screens.Select.Carousel
};
}
public void SetMultiplicativeAlpha(float alpha) => Header.BorderContainer.Alpha = alpha;
protected override void LoadComplete()
{
base.LoadComplete();