mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 11:02:54 +08:00
Adjust spacing to make things feel more even
Co-authored-by: Salman Ahmed <frenzibyte@gmail.com>
This commit is contained in:
parent
57ecc3a6df
commit
e1a577ea48
@ -73,13 +73,13 @@ namespace osu.Game.Graphics.UserInterface
|
|||||||
Anchor = Anchor.TopRight,
|
Anchor = Anchor.TopRight,
|
||||||
Origin = Anchor.TopRight,
|
Origin = Anchor.TopRight,
|
||||||
Margin = new MarginPadding(1),
|
Margin = new MarginPadding(1),
|
||||||
Y = -1,
|
Y = -2,
|
||||||
},
|
},
|
||||||
fpsCounter = new FramesPerSecondCounter
|
fpsCounter = new FramesPerSecondCounter
|
||||||
{
|
{
|
||||||
Anchor = Anchor.TopRight,
|
Anchor = Anchor.TopRight,
|
||||||
Origin = Anchor.TopRight,
|
Origin = Anchor.TopRight,
|
||||||
Margin = new MarginPadding(1),
|
Margin = new MarginPadding(2),
|
||||||
Y = 10,
|
Y = 10,
|
||||||
Scale = new Vector2(0.8f),
|
Scale = new Vector2(0.8f),
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user