mirror of
https://github.com/ppy/osu
synced 2025-01-06 06:10:04 +00:00
Merge pull request #9979 from smoogipoo/remove-column-padding
Remove padding from columns
This commit is contained in:
commit
7de9d381de
@ -79,7 +79,6 @@ namespace osu.Game.Rulesets.Mania.UI
|
|||||||
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
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user