mirror of
https://github.com/ppy/osu.git
synced 2025-01-26 16:12:54 +08: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
|
button = new TriangleButton
|
||||||
{
|
{
|
||||||
Size = new Vector2(100, 30),
|
Size = new Vector2(100, 40),
|
||||||
Action = () => Action?.Invoke()
|
Action = () => Action?.Invoke()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user