mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Fix toolbar sizing hackiness.
This commit is contained in:
@ -22,6 +22,7 @@ namespace osu.Game.Overlays.Toolbar
|
||||
public ToolbarUserArea()
|
||||
{
|
||||
RelativeSizeAxes = Axes.Y;
|
||||
AutoSizeAxes = Axes.X;
|
||||
|
||||
Children = new Drawable[] {
|
||||
button = new ToolbarUserButton
|
||||
|
Reference in New Issue
Block a user