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

Fix autosize issues.

This commit is contained in:
Dean Herbert 2017-02-03 15:20:43 +09:00
parent 3f9b5ee6cb
commit fc9badf20f
2 changed files with 1 additions and 2 deletions

@ -1 +1 @@
Subproject commit 16a01c7381e3ee8ef6b4fe863ba9232deba04c29
Subproject commit 617bd893c720bb3d5c81f94532dd711b510612ee

View File

@ -123,7 +123,6 @@ namespace osu.Game.Overlays.Toolbar
};
RelativeSizeAxes = Axes.Y;
AutoSizeAxes = Axes.X;
}
[BackgroundDependencyLoader]