1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-26 21:13:20 +08:00
This commit is contained in:
Bartłomiej Dach 2023-11-10 18:20:14 +09:00
parent c522a703eb
commit 43a4b34295
No known key found for this signature in database

View File

@ -22,7 +22,7 @@ namespace osu.Game.Skinning
public LegacySongProgress()
{
// User shouldn't be able to adjust width/height of this as `CircularProgress` doesn't
// handle stretched cases ell.
// handle stretched cases well.
AutoSizeAxes = Axes.Both;
}