mirror of
https://github.com/ppy/osu.git
synced 2026-05-25 06:20:02 +08:00
Reduce footer height to match back button
This commit is contained in:
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user