mirror of
https://github.com/ppy/osu
synced 2025-01-09 23:59:44 +00:00
Make dropdown not move the selection control
This commit is contained in:
parent
0b8edb0812
commit
bc57190fb4
@ -193,11 +193,16 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer.Match
|
||||
},
|
||||
new Section("Beatmap queueing mode")
|
||||
{
|
||||
Child = new Container
|
||||
{
|
||||
RelativeSizeAxes = Axes.X,
|
||||
Height = 40,
|
||||
Child = QueueModeDropdown = new OsuEnumDropdown<QueueModes>
|
||||
{
|
||||
RelativeSizeAxes = Axes.X
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
},
|
||||
new SectionContainer
|
||||
@ -235,7 +240,8 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer.Match
|
||||
Anchor = Anchor.TopCentre,
|
||||
Origin = Anchor.TopCentre,
|
||||
RelativeSizeAxes = Axes.X,
|
||||
Width = 0.5f
|
||||
Width = 0.5f,
|
||||
Depth = float.MaxValue
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user