1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 21:13:01 +08:00

Use minWidth on pp column

This commit is contained in:
recapitalverb 2020-02-04 19:54:57 +07:00
parent 556a4e64cb
commit a8faee91d8

View File

@ -78,7 +78,7 @@ namespace osu.Game.Overlays.BeatmapSet.Scores
Direction = FillDirection.Horizontal,
Spacing = new Vector2(margin, 0),
},
ppColumn = new TextColumn("pp", smallFont),
ppColumn = new TextColumn("pp", smallFont, statistics_column_min_width),
modsColumn = new ModsInfoColumn(),
}
},