Reduce footer height to match back button

This commit is contained in:
Dean Herbert 2020-07-07 17:38:42 +09:00
parent 56a8b0d3f5
commit 88b2a12c09

View File

@ -16,7 +16,7 @@ namespace osu.Game.Screens.Multi.Match.Components
{
public class Footer : CompositeDrawable
{
public const float HEIGHT = 100;
public const float HEIGHT = 50;
public Action OnStart;
public readonly Bindable<PlaylistItem> SelectedItem = new Bindable<PlaylistItem>();