Prohledat stránky podpory

Vyhněte se podvodům. Za účelem poskytnutí podpory vás nikdy nežádáme, abyste zavolali nebo poslali SMS na nějaké telefonní číslo nebo abyste sdělili své osobní údaje. Jakékoliv podezřelé chování nám prosím nahlaste pomocí odkazu „Nahlásit zneužití“.

Learn More

layout.css.devPixelsPerPx value issue

  • 4 odpovědi
  • 1 má tento problém
  • 1 zobrazení
  • Poslední odpověď od cor-el

more options

i was researching for retina display and i accidentally changed the value of layout.css.devPixelsPerPx to 2 or 3 and its gone crazy now... the visual, toolbars, icons, menu the whole browser appears very very big that i am not being able to go to configuration settings again... its zoomed to very large and can't click or do anything there... i uninstalled the program and re-installed it but it automatically appears to that zoom level and doesnt reset to its default value... what should i do to reset it again. please help.

i was researching for retina display and i accidentally changed the value of layout.css.devPixelsPerPx to 2 or 3 and its gone crazy now... the visual, toolbars, icons, menu the whole browser appears very very big that i am not being able to go to configuration settings again... its zoomed to very large and can't click or do anything there... i uninstalled the program and re-installed it but it automatically appears to that zoom level and doesnt reset to its default value... what should i do to reset it again. please help.

Všechny odpovědi (4)

more options

here is the screebshot..

more options

If you can't modify the layout.css.devPixelsPerPx pref on the about:config page, then you can edit the prefs.js file in the Firefox profile folder or temporarily create a user.js file that sets the pref.

  • user_pref("layout.css.devPixelsPerPx", "1.0");

You can use this button to go to the current Firefox profile folder:

  • ~/Library/Application Support/Firefox/Profiles/<profile>/

In Mac OS X v10.7 and later, the ~/Library folder is a hidden folder.

more options

cor-el said

If you can't modify the layout.css.devPixelsPerPx pref on the about:config page, then you can edit the prefs.js file in the Firefox profile folder or temporarily create a user.js file that sets the pref.
  • user_pref("layout.css.devPixelsPerPx", "1.0");
You can use this button to go to the current Firefox profile folder:
  • ~/Library/Application Support/Firefox/Profiles/<profile>/
In Mac OS X v10.7 and later, the ~/Library folder is a hidden folder.

that works like charm.... thank you so so much... appreciate a lot.

more options

You're welcome.