Remove padding from distribution graph bars to fix some bars becoming invisible at low sizes

This commit is contained in:
Dean Herbert 2022-03-03 15:13:42 +09:00
parent a38eb426ef
commit ab0ee26540

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,