1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 09:27:29 +08:00

Adjust spacing to make things feel more even

Co-authored-by: Salman Ahmed <frenzibyte@gmail.com>
This commit is contained in:
Dean Herbert 2022-07-21 11:59:51 +09:00 committed by GitHub
parent 57ecc3a6df
commit e1a577ea48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,13 +73,13 @@ namespace osu.Game.Graphics.UserInterface
Anchor = Anchor.TopRight,
Origin = Anchor.TopRight,
Margin = new MarginPadding(1),
Y = -1,
Y = -2,
},
fpsCounter = new FramesPerSecondCounter
{
Anchor = Anchor.TopRight,
Origin = Anchor.TopRight,
Margin = new MarginPadding(1),
Margin = new MarginPadding(2),
Y = 10,
Scale = new Vector2(0.8f),
}