Fix checkboxes with long labels overlapping nub

This commit is contained in:
Dean Herbert
2019-06-09 16:47:48 +09:00
parent 3567bf3863
commit d500f3605e
2 changed files with 12 additions and 11 deletions

View File

@ -14,7 +14,6 @@ namespace osu.Game.Overlays.Settings
public override string LabelText
{
get => checkbox.LabelText;
set => checkbox.LabelText = value;
}
}