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, TextSize = 14,
Text = "show more", Text = "show more",
Padding = new MarginPadding {Top = 10, Bottom = 10, Left = 15, Right = 15 }, Padding = new MarginPadding {Vertical = 10, Horizontal = 15 },
} }
}, },
ShowMoreLoading = new LoadingAnimation ShowMoreLoading = new LoadingAnimation