1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-16 14:22:54 +08:00

Add comment explaining AutoSize change in LegacySongProgress

This commit is contained in:
Dean Herbert 2023-11-10 17:53:02 +09:00
parent 8690b08769
commit 46a219e010
No known key found for this signature in database

View File

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