1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 20:07:25 +08:00

Add padding to currently playing view

This commit is contained in:
Dean Herbert 2020-11-06 13:08:07 +09:00
parent db039da668
commit 2457083d8b

View File

@ -37,6 +37,7 @@ namespace osu.Game.Overlays.Dashboard
{
RelativeSizeAxes = Axes.X,
AutoSizeAxes = Axes.Y,
Padding = new MarginPadding(10),
Spacing = new Vector2(10),
};
}