Hi all! I have a bit of a head scratcher here. I have a vertical gallery where the Template size is equal to the sum of three variables, shown below.

If I hover over these three values, I see that they are equal to the following
Unfortunately, despite this, the template size is still equal to its previous value
Obviously, 122 is not the sum of the three values above. Funny enough, once I take another action, like pushing a button in my PowerApp, the size does correct itself, but it's very Inconsistent.
This not only happens in the editing view, but also the preview view.
For extra context, title_projectName.Y and Description_Abstract.Y never change in this context. The only thing that cahnges is Description_Abstract. It changes from a value of 10 to 198 when I press a checkbox. This happens because A: Description_Abstract has autoHeight turned on, and B: its text is set to
If(Checkbox.Value, ThisItem.'Abstract Note')
Any ideas on why the template size updates so inconsistently, despite the values that it is dependent on updating consistently? Thank you for your time!