1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-22 19:00:07 +08:00

Add comment explaining AutoSize change in LegacySongProgress

This commit is contained in:
Dean Herbert
2023-11-10 17:53:02 +09:00
Unverified
parent 8690b08769
commit 46a219e010
+2
View File
@@ -21,6 +21,8 @@ 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.
AutoSizeAxes = Axes.Both;
}