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:
parent
ab8db3b7dc
commit
9b7b897b3c
@ -23,7 +23,7 @@ namespace osu.Game.Overlays.Toolbar
|
||||
RelativeSizeAxes = Axes.Y;
|
||||
AutoSizeAxes = Axes.X;
|
||||
|
||||
Padding = new MarginPadding(5);
|
||||
Padding = new MarginPadding(10);
|
||||
}
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
|
Loading…
Reference in New Issue
Block a user