mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 14:12:54 +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,
|
Direction = FillDirection.Horizontal,
|
||||||
Spacing = new Vector2(margin, 0),
|
Spacing = new Vector2(margin, 0),
|
||||||
},
|
},
|
||||||
ppColumn = new TextColumn("pp", smallFont),
|
ppColumn = new TextColumn("pp", smallFont, statistics_column_min_width),
|
||||||
modsColumn = new ModsInfoColumn(),
|
modsColumn = new ModsInfoColumn(),
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user