mirror of
https://github.com/ppy/osu.git
synced 2026-05-20 22:21:10 +08:00
Don't specify arbitrary width
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user