FNC Ribbon problem with Mode rmToolBarOnly and System icon Popup menu

Hello

I'm suffering with two problems..
When mode := rmToolBarOnly
Any change of form size returns the ribbon size for showing pages

here a movie that explains both problems

The ribbon form is automatically resizing the ribbon back to page control mode because of the size of the form. When making the form smaller initially, it will stay in toolbaronly mode. Instead of inheriting from TTMSFNCRibbonForm, you can inherit from TForm and manually toggle the toolbar mode.

But if i change form inheritance I get two headers, as in the picture

You can just remove that toolbar, click on it at designtime and remove it.