Hi, > Correct me if I am wrong, but when you set eg. applicationDPI=120 in the > Application, only the css @media 120 is considered, same for actionScript > applicaitonDPI tests, and global scaling is applied to the application > (through stage.transform), which means you will get fractional padding and > border widths anyway. It's set in the skins see for example how layoutBorderSize is set in ButtonSkin.as.
Thanks, Justin