Dear all,

I have created a PowerPoint-Addin and everything is working well on the ribbon in Windows. Now I try to implement the same Addin on Powerpoint (Microsoft 365) for Mac. On the ribbon most things are fine, too, with one exception:

<button idMso="FindDialog" enabled="true" showLabel="false"/>
This one is treated, as if it wasn't there at all. The next button moves up to the postion where I would like to see the Find button. I also tried:

<control idMso="FindDialog" enabled="true" showLabel="false"/>
But the result is the same - the icon doesn't appear and there is no blank space instead of it. Just as if I haven't coded it.

Any ideas what else I could try?

Thank you!
RG