mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Fix AutoSize references.
This commit is contained in:
@ -15,7 +15,7 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace osu.Game.Graphics.UserInterface
|
||||
{
|
||||
public abstract class RollingCounter<T> : AutoSizeContainer
|
||||
public abstract class RollingCounter<T> : Container
|
||||
{
|
||||
/// <summary>
|
||||
/// Type of the Transform to use.
|
||||
@ -116,6 +116,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
};
|
||||
|
||||
TextSize = 40;
|
||||
AutoSizeAxes = Axes.Both;
|
||||
}
|
||||
|
||||
public override void Load(BaseGame game)
|
||||
|
Reference in New Issue
Block a user