DescriptionFix overlap on webstore extensions icon in hidpi
Previously, when the device scale factor >= 1.5, selects the 2x
resource, but then scales it by the DSF. So, for example, at 1.5,
it selects 64x64, and draws it as 96x96 pixels, which causes it to
overlap. Setting the size explicitly seems to fix it, but I'm not
sure if this is the right fix.
R=kalman@chromium.org
BUG=366377
TEST=manual with --force-device-scale-factor={1,1.25,1.5,2}
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=278325
Patch Set 1 #
Messages
Total messages: 8 (0 generated)
|