1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 01:27:29 +08:00

Adjust horizontal padding

This commit is contained in:
Andrei Zavatski 2020-02-29 02:21:52 +03:00
parent 3c8ccf3c7d
commit 5dff7f0955

View File

@ -92,7 +92,7 @@ namespace osu.Game.Overlays.Changelog
AutoSizeAxes = Axes.Y,
Padding = new MarginPadding
{
Horizontal = 85,
Horizontal = 65,
Vertical = 20
},
Child = Streams = new UpdateStreamBadgeArea()