mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 14:12:54 +08:00
make code prettier
This commit is contained in:
parent
5a5629eb5a
commit
5d16519a82
@ -7,7 +7,6 @@ using osu.Framework.Allocation;
|
|||||||
using osu.Framework.Bindables;
|
using osu.Framework.Bindables;
|
||||||
using osu.Framework.Graphics;
|
using osu.Framework.Graphics;
|
||||||
using osu.Framework.Graphics.Containers;
|
using osu.Framework.Graphics.Containers;
|
||||||
using osu.Game.Graphics;
|
|
||||||
using osu.Game.Online.Multiplayer;
|
using osu.Game.Online.Multiplayer;
|
||||||
using osu.Game.Online.Rooms;
|
using osu.Game.Online.Rooms;
|
||||||
|
|
||||||
@ -25,12 +24,11 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer.Match.Playlist
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public Action<PlaylistItem> RequestEdit;
|
public Action<PlaylistItem> RequestEdit;
|
||||||
|
|
||||||
|
private MultiplayerPlaylistTabControl playlistTabControl;
|
||||||
private MultiplayerQueueList queueList;
|
private MultiplayerQueueList queueList;
|
||||||
private MultiplayerHistoryList historyList;
|
private MultiplayerHistoryList historyList;
|
||||||
private bool firstPopulation = true;
|
private bool firstPopulation = true;
|
||||||
|
|
||||||
private MultiplayerPlaylistTabControl playlistTabControl;
|
|
||||||
|
|
||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
private void load()
|
private void load()
|
||||||
{
|
{
|
||||||
@ -42,7 +40,7 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer.Match.Playlist
|
|||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.X,
|
RelativeSizeAxes = Axes.X,
|
||||||
Height = tab_control_height,
|
Height = tab_control_height,
|
||||||
Current = { BindTarget = DisplayMode },
|
Current = { BindTarget = DisplayMode }
|
||||||
},
|
},
|
||||||
new Container
|
new Container
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user