1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-05 09:32:54 +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> /// <summary>
/// Relative width of the rank circles. /// Relative width of the rank circles.
/// </summary> /// </summary>
public const float RANK_CIRCLE_RADIUS = 0.06f; public const float RANK_CIRCLE_RADIUS = 0.05f;
/// <summary> /// <summary>
/// Relative width of the circle showing the accuracy. /// Relative width of the circle showing the accuracy.

View File

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