I've noticed running PySide2 widgets on MacOS with Hi-DPI mode appears to be scaled up than the reset of the Houdini's UI.
I've read the following in the notes for v16.5, but not sure if it's the case, as I've tried explicitly to set the size for the widget but it didn't helped.
hou.ui.scaledSize()
Houdini 16.5 no longer automatically scales PySide/PyQt interfaces by Houdini’s Global UI Size preference. The automatic scaling used Qt’s screen scale factor which caused several problems in Houdini’s UI.
I've must be missing something?
Thanks.