1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-13 19:27:31 +08:00

Adjust values to visually match previous

This commit is contained in:
Andrei Zavatski 2024-01-29 06:28:38 +03:00
parent 3987faa21c
commit 0c0ba7abef
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ namespace osu.Game.Screens.Ranking.Expanded.Accuracy
/// <summary>
/// Relative width of the rank circles.
/// </summary>
public const float RANK_CIRCLE_RADIUS = 0.06f;
public const float RANK_CIRCLE_RADIUS = 0.05f;
/// <summary>
/// Relative width of the circle showing the accuracy.

View File

@ -43,7 +43,7 @@ namespace osu.Game.Screens.Ranking.Expanded.Accuracy
Origin = Anchor.Centre;
RelativeSizeAxes = Axes.Both;
Size = new Vector2(0.8f);
Padding = new MarginPadding(2);
Padding = new MarginPadding(2.5f);
InternalChildren = new Drawable[]
{
dProgress = new GradedCircle(0.0, accuracyC)