1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-22 13:54:00 +08:00

Merge pull request #16327 from peppy/fix-editor-playfield-centering

Fix editor playfield not being centered correctly
This commit is contained in:
Dan Balasescu
2022-01-06 16:11:12 +09:00
committed by GitHub
Unverified
@@ -105,7 +105,6 @@ namespace osu.Game.Rulesets.Edit
new Container
{
Name = "Content",
Padding = new MarginPadding { Left = toolbar_width },
RelativeSizeAxes = Axes.Both,
Children = new Drawable[]
{