Hi all,
I would like to know if there is a way of scaling UIWidgets based on the screen DPI? I understand that the entire UI can be scaled that way by setting the UIRoot's scaling style to Flexible and checking Adjust By DPI. However, I want the majority of my UI to be Constrained, and have just a few UIWidgets scale based on DPI. Any ideas how I would go about doing this? Thanks!