Why in a QML file do you set the scale to 0 vs 1? How do you scale down, for example?
Edit: was told if you want to hide an element without removing it, setting the scale to 0 could work, but it's more common to use the visibility property, setting it to "false" or "invisible".