mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Adjust display to avoid overlaps
This commit is contained in:
@ -80,7 +80,7 @@ namespace osu.Game.Screens.Multi.Components
|
|||||||
},
|
},
|
||||||
new Drawable[]
|
new Drawable[]
|
||||||
{
|
{
|
||||||
Content = new Container { Margin = new MarginPadding { Top = 5 } }
|
Content = new Container { Padding = new MarginPadding { Top = 5 } }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
@ -130,6 +130,7 @@ namespace osu.Game.Screens.Multi.Match
|
|||||||
SelectedItem = { BindTarget = SelectedItem }
|
SelectedItem = { BindTarget = SelectedItem }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
null,
|
||||||
new Drawable[]
|
new Drawable[]
|
||||||
{
|
{
|
||||||
new TriangleButton
|
new TriangleButton
|
||||||
@ -139,6 +140,12 @@ namespace osu.Game.Screens.Multi.Match
|
|||||||
Action = showBeatmapResults
|
Action = showBeatmapResults
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
RowDimensions = new[]
|
||||||
|
{
|
||||||
|
new Dimension(),
|
||||||
|
new Dimension(GridSizeMode.Absolute, 5),
|
||||||
|
new Dimension(GridSizeMode.AutoSize)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user