Adjust display to avoid overlaps

This commit is contained in:
smoogipoo
2020-06-11 15:07:14 +09:00
parent 7b012f1def
commit b7c1cfbe63
2 changed files with 8 additions and 1 deletions

View File

@ -130,6 +130,7 @@ namespace osu.Game.Screens.Multi.Match
SelectedItem = { BindTarget = SelectedItem }
}
},
null,
new Drawable[]
{
new TriangleButton
@ -139,6 +140,12 @@ namespace osu.Game.Screens.Multi.Match
Action = showBeatmapResults
}
}
},
RowDimensions = new[]
{
new Dimension(),
new Dimension(GridSizeMode.Absolute, 5),
new Dimension(GridSizeMode.AutoSize)
}
}
},