1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 20:07:25 +08:00

Give buttons a touch of padding to make click effect feel better

This commit is contained in:
Dean Herbert 2023-12-27 02:40:50 +09:00
parent 5de8307918
commit 5b1deb7c4b
No known key found for this signature in database

View File

@ -60,6 +60,8 @@ namespace osu.Game.Overlays.Settings
RelativeSizeAxes = Axes.X;
Height = 46;
Padding = new MarginPadding(5);
AddRange(new Drawable[]
{
textIconContent = new Container