1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-19 04:57:46 +08:00

Merge pull request #17067 from peppy/fix-hit-distribution-graph-visibility

Remove padding from distribution graph bars to fix some bars becoming invisible at low sizes
This commit is contained in:
Bartłomiej Dach 2022-03-03 20:08:36 +01:00 committed by GitHub
commit bbd75fd764
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -160,8 +160,6 @@ namespace osu.Game.Screens.Ranking.Statistics
RelativeSizeAxes = Axes.Both;
Padding = new MarginPadding { Horizontal = 1 };
InternalChild = new Circle
{
RelativeSizeAxes = Axes.Both,