mirror of
https://github.com/ppy/osu
synced 2025-02-03 20:02:16 +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;
|
RelativeSizeAxes = Axes.Both;
|
||||||
|
|
||||||
Padding = new MarginPadding { Horizontal = 1 };
|
|
||||||
|
|
||||||
InternalChild = new Circle
|
InternalChild = new Circle
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
|
Loading…
Reference in New Issue
Block a user