mirror of
https://github.com/ppy/osu.git
synced 2025-03-23 19:07:20 +08:00
Use Vertical instead of Top and Bottom.
This commit is contained in:
parent
091d786d47
commit
5e1cb14e62
@ -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,
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user