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:
parent
3987faa21c
commit
0c0ba7abef
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user