mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 21:42:55 +08:00
Fix unnecessary positioning
This commit is contained in:
parent
9a32e12435
commit
90a4cb8e04
@ -451,7 +451,6 @@ namespace osu.Game
|
|||||||
loadComponentSingleFile(loginOverlay = new LoginOverlay
|
loadComponentSingleFile(loginOverlay = new LoginOverlay
|
||||||
{
|
{
|
||||||
GetToolbarHeight = () => ToolbarOffset,
|
GetToolbarHeight = () => ToolbarOffset,
|
||||||
Position = new Vector2(-ToolbarButton.WIDTH, 0),
|
|
||||||
Anchor = Anchor.TopRight,
|
Anchor = Anchor.TopRight,
|
||||||
Origin = Anchor.TopRight,
|
Origin = Anchor.TopRight,
|
||||||
}, floatingOverlayContent.Add);
|
}, floatingOverlayContent.Add);
|
||||||
|
Loading…
Reference in New Issue
Block a user