mirror of
https://github.com/osukey/osukey.git
synced 2025-06-28 22:58:10 +09: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,
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user