mirror of
https://github.com/osukey/osukey.git
synced 2025-07-22 19:00:05 +09:00
Add padding to currently playing view
This commit is contained in:
@ -37,6 +37,7 @@ namespace osu.Game.Overlays.Dashboard
|
||||
{
|
||||
RelativeSizeAxes = Axes.X,
|
||||
AutoSizeAxes = Axes.Y,
|
||||
Padding = new MarginPadding(10),
|
||||
Spacing = new Vector2(10),
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user