Hi, pls see screen shot. this is the demo plugin running as standalone with a combo box added to it.
The partial “item” is actually the contents of the combo box below being drawn after setglobalscalefactor() has been called. This box contains 3 items.
The code being used is:
Desktop::getInstance().setGlobalScaleFactor( 1.15 );
mainWindow->setResizable( true, true );
mainWindow->setFullScreen( true );
Desktop::getInstance().setKioskModeComponent (mainWindow, false);
which I found in another thread documenting how to scale iOS apps.


