mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 17:52:56 +08: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