1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 04:59:52 +08:00

Increase line thickness to match design

This commit is contained in:
Dean Herbert
2018-09-25 04:52:05 +09:00
Unverified
parent 756141d9ed
commit 40ec24c721
@@ -15,7 +15,7 @@ namespace osu.Game.Tournament.Screens.Ladder.Components
Source = source;
Destination = destination;
PathWidth = 2;
PathWidth = 3;
BypassAutoSizeAxes = Axes.Both;
}