Remove padding from columns

This commit is contained in:
smoogipoo 2020-08-25 19:57:49 +09:00
parent 30e4be8015
commit 0800e43796
1 changed files with 0 additions and 1 deletions

View File

@ -79,7 +79,6 @@ public Stage(int firstColumnIndex, StageDefinition definition, ref ManiaAction n
columnFlow = new ColumnFlow<Column>(definition) columnFlow = new ColumnFlow<Column>(definition)
{ {
RelativeSizeAxes = Axes.Y, RelativeSizeAxes = Axes.Y,
Padding = new MarginPadding { Left = COLUMN_SPACING, Right = COLUMN_SPACING },
}, },
new Container new Container
{ {