mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 02:43:01 +08:00
Make multiplayer change room settings more obvious as to what it does
"Edit" felt really weird.
This commit is contained in:
parent
c079969e72
commit
a6814d1a8a
@ -49,8 +49,10 @@ namespace osu.Game.Screens.OnlinePlay.Match
|
|||||||
ButtonsContainer.Add(editButton = new PurpleRoundedButton
|
ButtonsContainer.Add(editButton = new PurpleRoundedButton
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Y,
|
RelativeSizeAxes = Axes.Y,
|
||||||
Size = new Vector2(100, 1),
|
Anchor = Anchor.Centre,
|
||||||
Text = CommonStrings.ButtonsEdit,
|
Origin = Anchor.Centre,
|
||||||
|
Size = new Vector2(120, 0.7f),
|
||||||
|
Text = "Change settings",
|
||||||
Action = () => OnEdit?.Invoke()
|
Action = () => OnEdit?.Invoke()
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user