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:
parent
ec81ed1c8d
commit
a0f1143287
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user