mirror of
https://github.com/ppy/osu
synced 2025-01-24 14:53:18 +00:00
Remove padding from distribution graph bars to fix some bars becoming invisible at low sizes
This commit is contained in:
parent
a38eb426ef
commit
ab0ee26540
@ -160,8 +160,6 @@ namespace osu.Game.Screens.Ranking.Statistics
|
||||
|
||||
RelativeSizeAxes = Axes.Both;
|
||||
|
||||
Padding = new MarginPadding { Horizontal = 1 };
|
||||
|
||||
InternalChild = new Circle
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
|
Loading…
Reference in New Issue
Block a user