mirror of https://github.com/ppy/osu
Remove padding from columns
This commit is contained in:
parent
30e4be8015
commit
0800e43796
|
@ -79,7 +79,6 @@ public Stage(int firstColumnIndex, StageDefinition definition, ref ManiaAction n
|
|||
columnFlow = new ColumnFlow<Column>(definition)
|
||||
{
|
||||
RelativeSizeAxes = Axes.Y,
|
||||
Padding = new MarginPadding { Left = COLUMN_SPACING, Right = COLUMN_SPACING },
|
||||
},
|
||||
new Container
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue