1
0
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:
Dean Herbert 2024-12-13 15:42:30 +09:00
parent 0328708889
commit 313de33986
No known key found for this signature in database

View File

@ -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),
};