1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 11:37:28 +08:00

Make footer buttons wider

This commit is contained in:
Dean Herbert 2020-03-17 22:24:28 +09:00
parent 48cbec7a31
commit 24b944fc8e

View File

@ -76,8 +76,8 @@ namespace osu.Game.Screens.Ranking
Direction = FillDirection.Horizontal,
Children = new Drawable[]
{
new ReplayDownloadButton(score),
new RetryButton()
new ReplayDownloadButton(score) { Width = 300 },
new RetryButton { Width = 300 },
}
}
}