mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 12:33:01 +08:00
CI fixes
This commit is contained in:
parent
37be4fbf16
commit
416f9d89db
@ -29,7 +29,7 @@ namespace osu.Game.Tests.Visual.Online
|
||||
User = { BindTarget = user },
|
||||
};
|
||||
|
||||
User[] users = new[]
|
||||
User[] users =
|
||||
{
|
||||
new User { PreviousUsernames = new[] { "username1" } },
|
||||
new User { PreviousUsernames = new[] { "longusername", "longerusername" } },
|
||||
|
@ -82,7 +82,7 @@ namespace osu.Game.Overlays.Profile.Header
|
||||
RelativeSizeAxes = Axes.X,
|
||||
AutoSizeAxes = Axes.Y,
|
||||
Direction = FillDirection.Full,
|
||||
Margin = new MarginPadding { Bottom = margin, Top = margin / 2 }
|
||||
Margin = new MarginPadding { Bottom = margin, Top = margin / 2f }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user