mirror of
https://github.com/osukey/osukey.git
synced 2025-08-01 21:58:46 +09:00
Remove remaining usage of EditorRoundedScreen
This commit is contained in:
@ -93,7 +93,7 @@ namespace osu.Game.Screens.Edit.Setup
|
||||
|
||||
public SetupScreenTabControl()
|
||||
{
|
||||
TabContainer.Margin = new MarginPadding { Horizontal = EditorRoundedScreen.HORIZONTAL_PADDING };
|
||||
TabContainer.Margin = new MarginPadding { Horizontal = 100 };
|
||||
|
||||
AddInternal(background = new Box
|
||||
{
|
||||
|
Reference in New Issue
Block a user