1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-11 05:42:58 +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, AutoSizeAxes = Axes.Y,
Padding = new MarginPadding Padding = new MarginPadding
{ {
Horizontal = 85, Horizontal = 65,
Vertical = 20 Vertical = 20
}, },
Child = Streams = new UpdateStreamBadgeArea() Child = Streams = new UpdateStreamBadgeArea()