1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 15:03:13 +08:00

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;
}
}