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:
parent
48cbec7a31
commit
24b944fc8e
@ -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 },
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user