PDA

View Full Version : Widget size relationship to token, and token scale



Ken L
December 16th, 2017, 17:26
I haven't exactly put my finger on it, but what's the size/scale relationship between a token and its widgets? It seems to vary by quite a bit.

My goal here is to have a fixed widget size irrespective of the token scale. This way, the widget would occupy the same area of space despite the token scale or grid size.

Moon Wizard
December 17th, 2017, 05:07
The widget scaling is based on the zoom scale of the image control divided by the image-to-token scale of the image control. It’s collectively called the image container scale in the code, since it controls how tokens are sized. It’s independent of the tokens they are attached to or the grid size.

Regards,
JPG