mirror of
https://github.com/ppy/osu
synced 2024-12-23 23:33:36 +00:00
Make button match height
This commit is contained in:
parent
828180ad9b
commit
78fddc8957
@ -199,7 +199,7 @@ namespace osu.Game.Tournament.Screens
|
||||
{
|
||||
button = new TriangleButton
|
||||
{
|
||||
Size = new Vector2(100, 30),
|
||||
Size = new Vector2(100, 40),
|
||||
Action = () => Action?.Invoke()
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user