Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Learn More

layout.css.devPixelsPerPx value issue

  • 4 ответа
  • 1 имеет эту проблему
  • 1 просмотр
  • Последний ответ от 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.

Все ответы (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.