Move VotePill to it's own file

This commit is contained in:
Andrei Zavatski
2019-10-17 14:18:31 +03:00
parent d3a8dfd5ff
commit a437ff74cc
4 changed files with 137 additions and 100 deletions

View File

@ -38,11 +38,6 @@ namespace osu.Game.Graphics.UserInterface
public ShowMoreButton()
{
AutoSizeAxes = Axes.Both;
AddInternal(new CircularContainer
{
Masking = true,
Size = new Vector2(140, 30)
});
}
protected override Container CreateBackground() => new CircularContainer