mirror of
https://github.com/ppy/osu.git
synced 2025-01-08 06:36:05 +08:00
Revert styling change
This commit is contained in:
parent
7e24b36f26
commit
edd31bf3aa
@ -430,9 +430,7 @@ namespace osu.Game.Screens.OnlinePlay
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
private IEnumerable<Drawable> createButtons()
|
private IEnumerable<Drawable> createButtons() => new[]
|
||||||
{
|
|
||||||
return new[]
|
|
||||||
{
|
{
|
||||||
showResultsButton = new GrayButton(FontAwesome.Solid.ChartPie)
|
showResultsButton = new GrayButton(FontAwesome.Solid.ChartPie)
|
||||||
{
|
{
|
||||||
@ -457,7 +455,6 @@ namespace osu.Game.Screens.OnlinePlay
|
|||||||
TooltipText = "Remove from playlist"
|
TooltipText = "Remove from playlist"
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
}
|
|
||||||
|
|
||||||
protected override bool OnClick(ClickEvent e)
|
protected override bool OnClick(ClickEvent e)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user