mirror of
https://github.com/ppy/osu.git
synced 2026-05-22 03:31:54 +08:00
Fix failing test due to incorrect sizing specification
This commit is contained in:
@@ -64,12 +64,11 @@ namespace osu.Game.Tests.Visual.UserInterface
|
||||
|
||||
AddStep("create button", () =>
|
||||
{
|
||||
Child = button = new ShearedToggleButton
|
||||
Child = button = new ShearedToggleButton(200)
|
||||
{
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
Text = "Toggle me",
|
||||
Width = 200
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user