RoomSettingsOverlay -> MatchSettingOverlay

This commit is contained in:
Dean Herbert
2018-12-26 16:11:40 +09:00
parent a8d0ff67a9
commit 9b2575cc20
5 changed files with 9 additions and 9 deletions

View File

@ -94,11 +94,11 @@ namespace osu.Game.Screens.Multi.Match.Components
Origin = Anchor.TopRight,
RelativeSizeAxes = Axes.Y,
Width = 200,
Padding = new MarginPadding { Vertical = 5 },
Padding = new MarginPadding { Vertical = 10 },
Child = beatmapButton = new BeatmapSelectButton(room)
{
RelativeSizeAxes = Axes.Both,
Height = 1
Height = 1,
},
},
Tabs = new MatchTabControl(room)