mirror of
https://github.com/osukey/osukey.git
synced 2025-07-25 04:10:03 +09: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