1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 06:07:25 +08:00

Don't specify arbitrary width

This commit is contained in:
Dean Herbert 2021-02-04 16:57:39 +09:00
parent 3148bbda2a
commit 48a58e790e

View File

@ -86,7 +86,7 @@ namespace osu.Game.Screens.OnlinePlay
protected override Drawable CreateHeader(string text) => new Container
{
AutoSizeAxes = Axes.Y,
Width = 175,
RelativeSizeAxes = Axes.X,
Child = checkbox = new HeaderCheckbox
{
LabelText = text,