1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

Add padding to 'show more' button

This commit is contained in:
Michael Manis 2018-06-18 19:14:44 -04:00
parent ec81ed1c8d
commit a0f1143287

View File

@ -64,6 +64,7 @@ namespace osu.Game.Overlays.Profile.Sections
{
TextSize = 14,
Text = "show more",
Padding = new MarginPadding {Top = 10, Bottom = 10, Left = 15, Right = 15 },
}
},
ShowMoreLoading = new LoadingAnimation