[aurorae] - fix dpr value for theme config options
-provide a proper scale factor for theme config options. Previous code was using logicalDotsPerInch but the approach in other places has changed to use devicePixelRatio(). Without this patch the borders are calculated incorrectly to systems that have set fonts dpi greater than 96pixels and screens global scale factor is untouched at 100%.