1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-30 03:19:55 +08:00

Add collapsed state to effect preview panel

This commit is contained in:
Bartłomiej Dach
2023-09-11 10:16:24 +02:00
Unverified
parent ff6bf0bc2c
commit f9d4fbee56
2 changed files with 10 additions and 1 deletions
@@ -108,6 +108,8 @@ namespace osu.Game.Tests.Visual.UserInterface
if (panel.IsNotNull())
doubleTime.SpeedChange.Value = rate;
});
AddToggleStep("toggle collapsed", collapsed => panel.Collapsed.Value = collapsed);
}
private void previewStarRating(double stars)