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