mirror of
https://github.com/ppy/osu.git
synced 2025-03-24 19:17:20 +08:00
Adjust padding to avoid wrapping on checkbox text
This commit is contained in:
parent
0328708889
commit
313de33986
@ -63,7 +63,7 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer
|
||||
{
|
||||
LabelText = "Show in-progress rooms",
|
||||
RelativeSizeAxes = Axes.None,
|
||||
Width = 200,
|
||||
Width = 220,
|
||||
Padding = new MarginPadding { Vertical = 5, },
|
||||
Current = Config.GetBindable<bool>(OsuSetting.MultiplayerShowInProgressFilter),
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user