mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09: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:
@ -160,8 +160,6 @@ namespace osu.Game.Screens.Ranking.Statistics
|
||||
|
||||
RelativeSizeAxes = Axes.Both;
|
||||
|
||||
Padding = new MarginPadding { Horizontal = 1 };
|
||||
|
||||
InternalChild = new Circle
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
|
Reference in New Issue
Block a user