mirror of
https://github.com/ppy/osu.git
synced 2025-03-18 06:27:18 +08:00
Add padding to song select
This commit is contained in:
parent
3cf889b7c5
commit
2d7174d99c
@ -5,6 +5,7 @@ using System.Linq;
|
||||
using Humanizer;
|
||||
using osu.Framework.Allocation;
|
||||
using osu.Framework.Bindables;
|
||||
using osu.Framework.Graphics;
|
||||
using osu.Framework.Screens;
|
||||
using osu.Game.Online.Multiplayer;
|
||||
using osu.Game.Online.RealtimeMultiplayer;
|
||||
@ -24,6 +25,11 @@ namespace osu.Game.Screens.Multi.RealtimeMultiplayer
|
||||
[Resolved]
|
||||
private StatefulMultiplayerClient client { get; set; }
|
||||
|
||||
public RealtimeMatchSongSelect()
|
||||
{
|
||||
Padding = new MarginPadding { Horizontal = HORIZONTAL_OVERFLOW_PADDING };
|
||||
}
|
||||
|
||||
protected override bool OnStart()
|
||||
{
|
||||
var item = new PlaylistItem();
|
||||
|
Loading…
x
Reference in New Issue
Block a user