Merge branch 'master' into mod-overlay

# Conflicts:
#	osu.Desktop.VisualTests/osu.Desktop.VisualTests.csproj
#	osu.Game/Screens/Select/PlaySongSelect.cs
#	osu.Game/osu.Game.csproj
This commit is contained in:
Dean Herbert
2017-03-02 20:27:04 +09:00
75 changed files with 860 additions and 205 deletions

View File

@ -21,7 +21,7 @@ using osu.Game.Modes.UI;
namespace osu.Game.Overlays.Mods
{
public class ModButton : FlowContainer
public class ModButton : FillFlowContainer
{
private ModIcon[] icons;
private ModIcon displayIcon => icons[icons.Length - 1];
@ -236,7 +236,7 @@ namespace osu.Game.Overlays.Mods
public ModButton(Mod m)
{
Direction = FlowDirections.Vertical;
Direction = FillDirection.Down;
Spacing = new Vector2(0f, -5f);
Size = new Vector2(100f);