1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 01:52:55 +08:00

Move breadcrumb to the right position

This commit is contained in:
HoutarouOreki 2018-07-24 19:01:24 +02:00
parent 225ff35907
commit 16d3ca2073

View File

@ -114,7 +114,7 @@ namespace osu.Game.Overlays.Changelog
},
new FillFlowContainer // Listing > Lazer 2018.713.1
{
X = 2 * icon_margin + icon_size - 8,
X = 2 * icon_margin + icon_size,
Height = version_height,
Anchor = Anchor.BottomLeft,
Origin = Anchor.BottomLeft,