mirror of
https://github.com/ppy/osu.git
synced 2025-01-31 00:42:57 +08:00
Indentation
This commit is contained in:
parent
74ed4cf0e3
commit
1bd13a8361
@ -29,7 +29,7 @@ namespace osu.Game.Overlays
|
|||||||
var p = new List<DirectPanel>();
|
var p = new List<DirectPanel>();
|
||||||
|
|
||||||
foreach (BeatmapSetInfo b in value)
|
foreach (BeatmapSetInfo b in value)
|
||||||
p.Add(new DirectListPanel(b));
|
p.Add(new DirectListPanel(b)); //todo: proper switching between grid/list
|
||||||
|
|
||||||
panels.Children = p;
|
panels.Children = p;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user