mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 08:03:52 +09:00
Rename button
This commit is contained in:
@ -39,7 +39,7 @@ namespace osu.Game.Tests.Visual.UserInterface
|
|||||||
});
|
});
|
||||||
|
|
||||||
AddStep(@"Collapse", () => expandingBar.Collapse());
|
AddStep(@"Collapse", () => expandingBar.Collapse());
|
||||||
AddStep(@"Uncollapse", () => expandingBar.Expand());
|
AddStep(@"Expand", () => expandingBar.Expand());
|
||||||
AddSliderStep(@"Resize container", 1, 300, 150, value => container.ResizeTo(value));
|
AddSliderStep(@"Resize container", 1, 300, 150, value => container.ResizeTo(value));
|
||||||
AddStep(@"Horizontal", () => expandingBar.RelativeSizeAxes = Axes.X);
|
AddStep(@"Horizontal", () => expandingBar.RelativeSizeAxes = Axes.X);
|
||||||
AddStep(@"Anchor top", () => expandingBar.Anchor = Anchor.TopCentre);
|
AddStep(@"Anchor top", () => expandingBar.Anchor = Anchor.TopCentre);
|
||||||
|
Reference in New Issue
Block a user