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

View File

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