mirror of
https://github.com/ppy/osu
synced 2025-03-11 05:49:12 +00:00
Don't specify arbitrary width
This commit is contained in:
parent
3148bbda2a
commit
48a58e790e
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user