1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 15:12:57 +08:00

Add minimum size rules to fix overlap at non-wide resolutions

This commit is contained in:
Dean Herbert 2020-02-15 15:52:27 +09:00
parent 19d61c1255
commit e2e157b455

View File

@ -99,6 +99,12 @@ namespace osu.Game.Screens.Multi.Match
Padding = new MarginPadding { Top = 65 },
Child = new GridContainer
{
ColumnDimensions = new[]
{
new Dimension(minSize: 160),
new Dimension(minSize: 360),
new Dimension(minSize: 400),
},
RelativeSizeAxes = Axes.Both,
Content = new[]
{