mirror of
https://github.com/ppy/osu.git
synced 2025-02-10 17:02:55 +08:00
Adjust horizontal padding
This commit is contained in:
parent
3c8ccf3c7d
commit
5dff7f0955
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user