mirror of https://github.com/ppy/osu
Simplify counter addition in BeatmapRulesetTabItem
This commit is contained in:
parent
fa453bc3e1
commit
2abcc6ad69
|
@ -34,7 +34,7 @@ public BeatmapRulesetTabItem(RulesetInfo value)
|
|||
[BackgroundDependencyLoader]
|
||||
private void load()
|
||||
{
|
||||
Content.Add(countContainer = new Container
|
||||
Add(countContainer = new Container
|
||||
{
|
||||
AutoSizeAxes = Axes.Both,
|
||||
Anchor = Anchor.Centre,
|
||||
|
|
Loading…
Reference in New Issue