Centralise toolbar size variables and adjust to design.

This commit is contained in:
Dean Herbert
2017-02-08 20:14:17 +09:00
parent 143cfae93a
commit b6398a1c77
4 changed files with 11 additions and 6 deletions

View File

@ -20,6 +20,8 @@ namespace osu.Game.Overlays.Toolbar
public ToolbarUserButton()
{
AutoSizeAxes = Axes.X;
DrawableText.Font = @"Exo2.0-MediumItalic";
Add(new OpaqueBackground { Depth = 1 });