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