mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Rename MonthPanel to MonthDropdown
This commit is contained in:
@ -14,7 +14,7 @@ using osu.Game.Overlays.News.Sidebar;
|
||||
|
||||
namespace osu.Game.Tests.Visual.Online
|
||||
{
|
||||
public class TestSceneNewsMonthPanel : OsuTestScene
|
||||
public class TestSceneNewsMonthDropdown : OsuTestScene
|
||||
{
|
||||
[Cached]
|
||||
private readonly OverlayColourProvider colourProvider = new OverlayColourProvider(OverlayColourScheme.Purple);
|
||||
@ -34,7 +34,7 @@ namespace osu.Game.Tests.Visual.Online
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Colour = colourProvider.Background2,
|
||||
},
|
||||
new MonthPanel(posts),
|
||||
new MonthDropdown(posts),
|
||||
}
|
||||
});
|
||||
}
|
||||
@ -54,7 +54,7 @@ namespace osu.Game.Tests.Visual.Online
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Colour = colourProvider.Background2,
|
||||
},
|
||||
new MonthPanel(posts)
|
||||
new MonthDropdown(posts)
|
||||
{
|
||||
IsOpen = { Value = true }
|
||||
},
|
Reference in New Issue
Block a user