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