Apply fixed label width to setup screen items

This commit is contained in:
Bartłomiej Dach
2021-06-08 17:14:26 +02:00
parent 88266eac63
commit 410cb16340
5 changed files with 17 additions and 0 deletions

View File

@ -25,6 +25,7 @@ namespace osu.Game.Screens.Edit.Setup
comboColours = new LabelledColourPalette
{
Label = "Hitcircle / Slider Combos",
FixedLabelWidth = LABEL_WIDTH,
ColourNamePrefix = "Combo"
}
};