I have noticed that in the last nightly when I press the reload button it creates extra space between Help & Acknowledgment and the Reload & Test regions. This is valid for all plugins, so it is not plugin specific.
each time the Reload is pressed a new “line” is added.
My system is MacOS 10.14.6, latest homebrew slicer-nightly package. This behavior was not been seen in the august package.
This has come up on my computer, too. I’ve fixed it in rev28526.
The issue was that some QLayoutItems got evaluated as (False) and the loop that supposed to remove all the items stopped at that point. Now all items are retrieved by index first, so we don’t need to evaluate them as Boolean.