Split out rounded content screen from SetupScreen for use in other places

This commit is contained in:
Dean Herbert
2021-04-19 13:57:46 +09:00
parent 513e470b52
commit e143afb598
5 changed files with 77 additions and 46 deletions

View File

@ -93,7 +93,7 @@ namespace osu.Game.Screens.Edit.Setup
public SetupScreenTabControl()
{
TabContainer.Margin = new MarginPadding { Horizontal = SetupScreen.HORIZONTAL_PADDING };
TabContainer.Margin = new MarginPadding { Horizontal = RoundedContentEditorScreen.HORIZONTAL_PADDING };
AddInternal(background = new Box
{