1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

Say NO to RelativeSizeAxes = Both

This commit is contained in:
Drew DeVault 2016-11-07 22:19:02 -05:00
parent 4d04eb6fb1
commit a6593505b3

View File

@ -66,7 +66,6 @@ namespace osu.Game.Overlays.Options
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
RelativeSizeAxes = Axes.Both,
},
};
}