1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 20:05:29 +08:00

Adjust padding to fit better

This commit is contained in:
Dean Herbert 2022-03-26 20:34:50 +09:00
parent ab8db3b7dc
commit 9b7b897b3c

View File

@ -23,7 +23,7 @@ namespace osu.Game.Overlays.Toolbar
RelativeSizeAxes = Axes.Y;
AutoSizeAxes = Axes.X;
Padding = new MarginPadding(5);
Padding = new MarginPadding(10);
}
[BackgroundDependencyLoader]