mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 00:09:55 +09:00
Adjust graph sizings to match web
This commit is contained in:
@ -141,13 +141,13 @@ namespace osu.Game.Overlays.Profile
|
|||||||
Anchor = Anchor.Centre,
|
Anchor = Anchor.Centre,
|
||||||
Origin = Anchor.Centre,
|
Origin = Anchor.Centre,
|
||||||
RelativeSizeAxes = Axes.Y,
|
RelativeSizeAxes = Axes.Y,
|
||||||
Width = 1.5f,
|
Width = 2,
|
||||||
},
|
},
|
||||||
movingBall = new CircularContainer
|
movingBall = new CircularContainer
|
||||||
{
|
{
|
||||||
Anchor = Anchor.TopCentre,
|
Anchor = Anchor.TopCentre,
|
||||||
Origin = Anchor.Centre,
|
Origin = Anchor.Centre,
|
||||||
Size = new Vector2(18),
|
Size = new Vector2(20),
|
||||||
Masking = true,
|
Masking = true,
|
||||||
BorderThickness = 4,
|
BorderThickness = 4,
|
||||||
RelativePositionAxes = Axes.Y,
|
RelativePositionAxes = Axes.Y,
|
||||||
|
Reference in New Issue
Block a user