mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 04:05:35 +08:00
Merge pull request #2831 from ThePyrotechnic/ShowMorePadding
Add padding to "show more" button
This commit is contained in:
commit
a01a0b7d52
@ -64,6 +64,7 @@ namespace osu.Game.Overlays.Profile.Sections
|
|||||||
{
|
{
|
||||||
TextSize = 14,
|
TextSize = 14,
|
||||||
Text = "show more",
|
Text = "show more",
|
||||||
|
Padding = new MarginPadding {Vertical = 10, Horizontal = 15 },
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
ShowMoreLoading = new LoadingAnimation
|
ShowMoreLoading = new LoadingAnimation
|
||||||
|
Loading…
Reference in New Issue
Block a user