mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 14:52:57 +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;
|
RelativeSizeAxes = Axes.X;
|
||||||
Height = 46;
|
Height = 46;
|
||||||
|
|
||||||
|
Padding = new MarginPadding(5);
|
||||||
|
|
||||||
AddRange(new Drawable[]
|
AddRange(new Drawable[]
|
||||||
{
|
{
|
||||||
textIconContent = new Container
|
textIconContent = new Container
|
||||||
|
Loading…
Reference in New Issue
Block a user