mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 12:17:26 +08:00
Give buttons a touch of padding to make click effect feel better
This commit is contained in:
parent
5de8307918
commit
5b1deb7c4b
@ -60,6 +60,8 @@ namespace osu.Game.Overlays.Settings
|
||||
RelativeSizeAxes = Axes.X;
|
||||
Height = 46;
|
||||
|
||||
Padding = new MarginPadding(5);
|
||||
|
||||
AddRange(new Drawable[]
|
||||
{
|
||||
textIconContent = new Container
|
||||
|
Loading…
Reference in New Issue
Block a user