1
0
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:
Dean Herbert 2018-06-20 12:27:47 +09:00 committed by GitHub
commit a01a0b7d52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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