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:
parent
556a4e64cb
commit
a8faee91d8
@ -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(),
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user