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

Fix autosize issues.

This commit is contained in:
Dean Herbert
2017-02-03 15:20:43 +09:00
Unverified
parent 3f9b5ee6cb
commit fc9badf20f
2 changed files with 1 additions and 2 deletions
@@ -123,7 +123,6 @@ namespace osu.Game.Overlays.Toolbar
};
RelativeSizeAxes = Axes.Y;
AutoSizeAxes = Axes.X;
}
[BackgroundDependencyLoader]