This commit is contained in:
sim1222 2023-04-05 18:33:43 +09:00
parent d6c3f66161
commit cad3555914
No known key found for this signature in database
GPG Key ID: 83C11C5D51F42825

View File

@ -71,7 +71,7 @@ namespace osu.Game.Screens.Misskey
{ {
Anchor = Anchor.Centre, Anchor = Anchor.Centre,
Origin = Anchor.Centre, Origin = Anchor.Centre,
Size = new Vector2(500f, 50f), Size = new Vector2(1f, 50f),
Text = "MisskeyInstanceSelect", Text = "MisskeyInstanceSelect",
Action = () => this.Push(new MisskeyInstanceSelect()) Action = () => this.Push(new MisskeyInstanceSelect())
}, },
@ -79,7 +79,7 @@ namespace osu.Game.Screens.Misskey
{ {
Anchor = Anchor.Centre, Anchor = Anchor.Centre,
Origin = Anchor.Centre, Origin = Anchor.Centre,
Size = new Vector2(500f, 50f), Size = new Vector2(1f, 50f),
Text = "Welcome", Text = "Welcome",
Action = () => this.Push(new Welcome()) Action = () => this.Push(new Welcome())
}, },
@ -87,7 +87,7 @@ namespace osu.Game.Screens.Misskey
{ {
Anchor = Anchor.Centre, Anchor = Anchor.Centre,
Origin = Anchor.Centre, Origin = Anchor.Centre,
Size = new Vector2(500f, 50f), Size = new Vector2(1f, 50f),
Text = "Components", Text = "Components",
Action = () => this.Push(new MisskeyComponents()) Action = () => this.Push(new MisskeyComponents())
}, },
@ -95,7 +95,7 @@ namespace osu.Game.Screens.Misskey
{ {
Anchor = Anchor.Centre, Anchor = Anchor.Centre,
Origin = Anchor.Centre, Origin = Anchor.Centre,
Size = new Vector2(500f, 50f), Size = new Vector2(1f, 50f),
Text = "MisskeyLogin", Text = "MisskeyLogin",
Action = () => this.Push(new MisskeyLogin()) Action = () => this.Push(new MisskeyLogin())
}, },
@ -103,7 +103,7 @@ namespace osu.Game.Screens.Misskey
{ {
Anchor = Anchor.Centre, Anchor = Anchor.Centre,
Origin = Anchor.Centre, Origin = Anchor.Centre,
Size = new Vector2(500f, 50f), Size = new Vector2(1f, 50f),
Text = "Timeline", Text = "Timeline",
Action = () => this.Push(new Timeline()) Action = () => this.Push(new Timeline())
}, },
@ -111,7 +111,7 @@ namespace osu.Game.Screens.Misskey
{ {
Anchor = Anchor.Centre, Anchor = Anchor.Centre,
Origin = Anchor.Centre, Origin = Anchor.Centre,
Size = new Vector2(500f, 50f), Size = new Vector2(1f, 50f),
Text = "MisskeyPost", Text = "MisskeyPost",
Action = () => this.Push(new MisskeyPost()) Action = () => this.Push(new MisskeyPost())
}, },