mirror of
https://github.com/ppy/osu.git
synced 2025-01-24 15:32:54 +08:00
Re-implement the fix after it got deleted in the previous commit.
This commit is contained in:
parent
1e88f216f2
commit
428d0f5dee
@ -160,8 +160,11 @@ namespace osu.Game.Screens.Ranking
|
|||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
ParallaxAmount = 0.01f,
|
ParallaxAmount = 0.01f,
|
||||||
Scale = new Vector2(1 / circle_outer_scale / overscan),
|
//Compensate for the Toolbar
|
||||||
|
Scale = new Vector2(1.06f / circle_outer_scale / overscan),
|
||||||
|
//Offset the background to account for the toolbar.
|
||||||
Anchor = Anchor.Centre,
|
Anchor = Anchor.Centre,
|
||||||
|
Position = new Vector2(0, -20),
|
||||||
Origin = Anchor.Centre,
|
Origin = Anchor.Centre,
|
||||||
Children = new Drawable[]
|
Children = new Drawable[]
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user