1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 16:02:58 +08:00

Use vertical/horizontal pair instead

This commit is contained in:
Dean Herbert 2018-06-20 10:45:35 +09:00
parent a0f1143287
commit d7f65d62e0

View File

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