1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-23 08:27:23 +08:00

Use RelativeSizeAxes for width

This commit is contained in:
Shivam 2020-06-16 15:44:59 +02:00
parent d1086a49a3
commit 693a760a19

View File

@ -120,9 +120,9 @@ namespace osu.Game.Screens.Menu
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
Scale = new Vector2(0.3f),
Width = 750,
Height = 78,
RelativeSizeAxes = Axes.X,
Scale = new Vector2(0.1f),
Height = 156,
Alpha = 0,
Texture = textures.Get(@"Welcome/welcome_text")
},