1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 09:09:52 +08:00

Merge pull request #9979 from smoogipoo/remove-column-padding

Remove padding from columns
This commit is contained in:
Bartłomiej Dach
2020-08-27 14:05:43 +02:00
committed by GitHub
Unverified
-1
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
{