mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 10:47:28 +08:00
Update indentation to be clearer
This commit is contained in:
parent
2a388ba3ea
commit
8e96af8ff0
@ -141,15 +141,13 @@ namespace osu.Game.Tests.Visual.Collections
|
|||||||
{
|
{
|
||||||
AddStep("add dropdown", () =>
|
AddStep("add dropdown", () =>
|
||||||
{
|
{
|
||||||
Add(
|
Add(new CollectionFilterDropdown
|
||||||
new CollectionFilterDropdown
|
|
||||||
{
|
{
|
||||||
Anchor = Anchor.TopRight,
|
Anchor = Anchor.TopRight,
|
||||||
Origin = Anchor.TopRight,
|
Origin = Anchor.TopRight,
|
||||||
RelativeSizeAxes = Axes.X,
|
RelativeSizeAxes = Axes.X,
|
||||||
Width = 0.4f,
|
Width = 0.4f,
|
||||||
}
|
});
|
||||||
);
|
|
||||||
});
|
});
|
||||||
AddStep("add two collections with same name", () => manager.Collections.AddRange(new[]
|
AddStep("add two collections with same name", () => manager.Collections.AddRange(new[]
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user