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:
parent
d1086a49a3
commit
693a760a19
@ -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")
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user