1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 20:22:55 +08:00

Increase line thickness to match design

This commit is contained in:
Dean Herbert 2018-09-25 04:52:05 +09:00
parent 756141d9ed
commit 40ec24c721

View File

@ -15,7 +15,7 @@ namespace osu.Game.Tournament.Screens.Ladder.Components
Source = source;
Destination = destination;
PathWidth = 2;
PathWidth = 3;
BypassAutoSizeAxes = Axes.Both;
}