Fix toolbar sizing hackiness.

This commit is contained in:
Dean Herbert
2017-02-04 22:27:05 +09:00
parent 57d97ba2e9
commit 714c94b7a8
2 changed files with 3 additions and 9 deletions

View File

@ -22,6 +22,7 @@ namespace osu.Game.Overlays.Toolbar
public ToolbarUserArea()
{
RelativeSizeAxes = Axes.Y;
AutoSizeAxes = Axes.X;
Children = new Drawable[] {
button = new ToolbarUserButton