Remove tabs

This commit is contained in:
DrabWeb
2017-05-24 02:38:55 -03:00
parent 4490596f5f
commit e59c1879a2
2 changed files with 21 additions and 21 deletions

View File

@ -209,16 +209,16 @@ namespace osu.Game.Overlays
public class ResultCounts
{
public readonly int Artists;
public readonly int Songs;
public readonly int Tags;
public readonly int Artists;
public readonly int Songs;
public readonly int Tags;
public ResultCounts(int artists, int songs, int tags)
{
Artists = artists;
Songs = songs;
Tags = tags;
}
public ResultCounts(int artists, int songs, int tags)
{
Artists = artists;
Songs = songs;
Tags = tags;
}
}
public enum PanelDisplayStyle