Fix missing attribute text (and give slightly more space for "10.00x" cases

This commit is contained in:
Dean Herbert
2021-09-06 21:40:30 +09:00
parent 8ffcea2e51
commit ce197b6322
2 changed files with 6 additions and 1 deletions

View File

@ -32,7 +32,7 @@ namespace osu.Game.Screens.Edit.Timing.RowAttributes
},
text = new AttributeText(Point)
{
Width = 40,
Width = 45,
},
});