mirror of
https://github.com/osukey/osukey.git
synced 2025-06-08 12:58:01 +09:00
change limit to be on actual usage site
This commit is contained in:
parent
61675eefe0
commit
43cbd10a38
@ -48,7 +48,6 @@ namespace osu.Game.Screens.OnlinePlay.Match.Components
|
|||||||
{
|
{
|
||||||
BackgroundUnfocused = Color4.Black;
|
BackgroundUnfocused = Color4.Black;
|
||||||
BackgroundFocused = Color4.Black;
|
BackgroundFocused = Color4.Black;
|
||||||
LengthLimit = 100;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -64,7 +63,6 @@ namespace osu.Game.Screens.OnlinePlay.Match.Components
|
|||||||
{
|
{
|
||||||
BackgroundUnfocused = Color4.Black;
|
BackgroundUnfocused = Color4.Black;
|
||||||
BackgroundFocused = Color4.Black;
|
BackgroundFocused = Color4.Black;
|
||||||
LengthLimit = 255;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -136,6 +136,7 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer.Match
|
|||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.X,
|
RelativeSizeAxes = Axes.X,
|
||||||
TabbableContentContainer = this,
|
TabbableContentContainer = this,
|
||||||
|
LengthLimit = 100,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
new Section("Room visibility")
|
new Section("Room visibility")
|
||||||
@ -195,6 +196,7 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer.Match
|
|||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.X,
|
RelativeSizeAxes = Axes.X,
|
||||||
TabbableContentContainer = this,
|
TabbableContentContainer = this,
|
||||||
|
LengthLimit = 255,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user