Le 22/11/2013 08:44, Manjunatha M a écrit : > Hi, > > I have ported firefox on to a android device which is 720x1024 pixels. > > All the icons and fonts look very small when compared to the size of the > device. Is there a single place in the code where I can change to make the > fonts size bigger? >
You need to flash gaia with setting the GAIA_DEV_PIXELS_PER_PX variable to either 1, 1.5 or 2 depending on the DPI of your device. https://mxr.mozilla.org/mozilla-central/source/widget/gonk/nsWindow.cpp#539 _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
