mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 10:22:56 +08:00
Add comment explaining AutoSize
change in LegacySongProgress
This commit is contained in:
parent
8690b08769
commit
46a219e010
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user