mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Use Vertical instead of Top and Bottom.
This commit is contained in:
@ -99,8 +99,7 @@ namespace osu.Game.Screens.Multiplayer
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Padding = new MarginPadding
|
||||
{
|
||||
Top = content_padding,
|
||||
Bottom = content_padding,
|
||||
Vertical = content_padding,
|
||||
Left = side_strip_width + cover_width + content_padding,
|
||||
Right = content_padding,
|
||||
},
|
||||
|
Reference in New Issue
Block a user