mirror of
https://github.com/ppy/osu.git
synced 2026-05-20 14:40:19 +08:00
Move playlist item download button to left
This commit is contained in:
@@ -456,6 +456,7 @@ namespace osu.Game.Screens.OnlinePlay
|
||||
|
||||
private IEnumerable<Drawable> createButtons() => new[]
|
||||
{
|
||||
beatmap == null ? Empty() : new PlaylistDownloadButton(beatmap),
|
||||
showResultsButton = new GrayButton(FontAwesome.Solid.ChartPie)
|
||||
{
|
||||
Size = new Vector2(30, 30),
|
||||
@@ -463,7 +464,6 @@ namespace osu.Game.Screens.OnlinePlay
|
||||
Alpha = AllowShowingResults ? 1 : 0,
|
||||
TooltipText = "View results"
|
||||
},
|
||||
beatmap == null ? Empty() : new PlaylistDownloadButton(beatmap),
|
||||
editButton = new PlaylistEditButton
|
||||
{
|
||||
Size = new Vector2(30, 30),
|
||||
|
||||
Reference in New Issue
Block a user