Use 2x size covers in list view

This commit is contained in:
DrabWeb
2017-06-07 12:15:11 -03:00
parent ddc4d45ae8
commit d541006134
3 changed files with 8 additions and 6 deletions

View File

@ -58,7 +58,7 @@ namespace osu.Game.Overlays.Direct
RelativeSizeAxes = Axes.Both,
Colour = Color4.Black,
},
GetBackground(textures),
GetBackground(textures, false),
new Box
{
RelativeSizeAxes = Axes.Both,