UIDescription Editor UI scaling

Hi,

what is the best approach to scale the UI of the UIDescription Editor?
Is there an easy solution?

Cheers

You can add all your wanted scale factors with VST3Editor::setAllowedZoomFactors.
Then you have the zoom factors in the context menu of your editor.
Programmatically you can call VST3Editor::setZoom to set the zoom.

1 Like

Oh, so it’s the same as for the plugin, that’s convenient, thanks.