Remove padding from columns

This commit is contained in:
smoogipoo 2020-08-25 19:57:49 +09:00
parent 30e4be8015
commit 0800e43796

View File

@ -79,7 +79,6 @@ namespace osu.Game.Rulesets.Mania.UI
columnFlow = new ColumnFlow<Column>(definition)
{
RelativeSizeAxes = Axes.Y,
Padding = new MarginPadding { Left = COLUMN_SPACING, Right = COLUMN_SPACING },
},
new Container
{