Remove remaining usage of EditorRoundedScreen

This commit is contained in:
Dean Herbert
2022-05-24 17:13:44 +09:00
parent 1d196262d0
commit c02ec05056
5 changed files with 14 additions and 60 deletions

View File

@ -40,7 +40,7 @@ namespace osu.Game.Screens.Edit.Setup
Padding = new MarginPadding
{
Vertical = 10,
Horizontal = EditorRoundedScreen.HORIZONTAL_PADDING
Horizontal = 100
};
InternalChild = new FillFlowContainer