1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-29 22:20:34 +08:00

Improve UX & input handling when customisation panel is open

This commit is contained in:
Salman Ahmed
2024-06-28 08:52:52 +03:00
Unverified
parent 167ffac218
commit 86b8357b8b
3 changed files with 50 additions and 27 deletions
@@ -30,6 +30,7 @@ namespace osu.Game.Tests.Visual.UserInterface
Anchor = Anchor.TopCentre,
Origin = Anchor.TopCentre,
Width = 400f,
State = { Value = Visibility.Visible },
SelectedMods = { BindTarget = SelectedMods },
}
};