Make button match height

This commit is contained in:
Dean Herbert 2020-06-02 19:29:59 +09:00
parent 828180ad9b
commit 78fddc8957

View File

@ -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()
}
}