mirror of
https://github.com/ppy/osu
synced 2025-01-19 12:30:50 +00:00
Reduce footer height to match back button
This commit is contained in:
parent
56a8b0d3f5
commit
88b2a12c09
@ -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>();
|
||||
|
Loading…
Reference in New Issue
Block a user