Fix editor regressions

This commit is contained in:
Dean Herbert
2019-06-03 16:33:45 +09:00
parent cf9bc831ab
commit 171fc14776

View File

@ -66,6 +66,7 @@ namespace osu.Game.Graphics.UserInterface
set
{
Content.RelativeSizeAxes = Axes.None;
Content.AutoSizeAxes = Axes.None;
Content.Size = value;
}
}