1
0
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:
DrabWeb 2017-06-24 19:11:02 -03:00
parent 091d786d47
commit 5e1cb14e62

View File

@ -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,
},