Don't expose padding

This commit is contained in:
Dean Herbert
2019-01-31 18:16:28 +09:00
parent b48bb5b792
commit f85518b175
3 changed files with 6 additions and 7 deletions

View File

@ -116,7 +116,6 @@ namespace osu.Game.Screens.Multi.Match
header.OnRequestSelectBeatmap = () => this.Push(new MatchSongSelect
{
Selected = addPlaylistItem,
Padding = new MarginPadding { Horizontal = OsuScreen.HORIZONTAL_OVERFLOW_PADDING }
});
header.Tabs.Current.ValueChanged += t =>