1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-03 14:24:18 +08:00

Adjust carousel sizing to better accommodate to ultra-wide-screen displays

Roughly matches old song select now at widescreen resolutions. Does not
change things much at standard 16:9 / 16:10.
This commit is contained in:
Dean Herbert
2025-07-04 14:34:42 +09:00
Unverified
parent 5706079d38
commit 0715ed5e2e
+1 -1
View File
@@ -170,7 +170,7 @@ namespace osu.Game.Screens.SelectV2
{
new Dimension(GridSizeMode.Relative, 0.5f, maxSize: 700),
new Dimension(),
new Dimension(GridSizeMode.Relative, 0.5f, maxSize: 660),
new Dimension(GridSizeMode.Relative, 0.5f, minSize: 500, maxSize: 900),
},
Content = new[]
{