View Single Post
04/05/15, 01:26 AM   #4
Sasky
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 231
It should be possible, but whether or not it's easy I'm not sure.

Easy (if works): Use SetScale() on the top level control. Make sure SetInheritScale() is true on sub-controls (except maybe text)

Worst case would be just replace those windows entirely, which would be quite a bit of work.
  Reply With Quote