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:
@@ -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[]
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user