mirror of
https://github.com/osukey/osukey.git
synced 2025-08-31 12:22:40 +09:00
Make ProfileHeaderButton height defined
This commit is contained in:
@ -22,6 +22,7 @@ namespace osu.Game.Overlays.Profile.Header.Components
|
||||
protected ProfileHeaderButton()
|
||||
{
|
||||
AutoSizeAxes = Axes.X;
|
||||
Height = 40;
|
||||
|
||||
base.Content.Add(new CircularContainer
|
||||
{
|
||||
|
Reference in New Issue
Block a user