Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

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í“.

Zjistit více

Can't get to edit config.

  • 2 odpovědi
  • 1 má tento problém
  • 5 zobrazení
  • Poslední odpověď od RaleighGuy

more options

I did a config edit to modify layout.css.devPixelsPerPs to 2.5. Now my type is nice and big, but I have a new problem. When try to do another config edit, the type is so big that it fills up the page and the "I'll be careful" button can't be reached. How can I bypass this warning, or, make Thunderbird think I've clicked on the button I can't find?

I did a config edit to modify layout.css.devPixelsPerPs to 2.5. Now my type is nice and big, but I have a new problem. When try to do another config edit, the type is so big that it fills up the page and the "I'll be careful" button can't be reached. How can I bypass this warning, or, make Thunderbird think I've clicked on the button I can't find?

Zvolené řešení

Select Help/Troubleshooting Information, click Open Folder to open the profile folder in File Explorer, close TB. Open prefs.js in a text editor and modify the line

user_pref("layout.css.devPixelsPerPx", "2.5");

and change 2.5 to 1.2. Save the .js file, and when you restart TB, the display should be back to near normal, and make the checkbox accessible.

Přečíst dotaz v kontextu 👍 1

Všechny odpovědi (2)

more options

Zvolené řešení

Select Help/Troubleshooting Information, click Open Folder to open the profile folder in File Explorer, close TB. Open prefs.js in a text editor and modify the line

user_pref("layout.css.devPixelsPerPx", "2.5");

and change 2.5 to 1.2. Save the .js file, and when you restart TB, the display should be back to near normal, and make the checkbox accessible.

more options

To "sfhowes": Thank you, THANK YOU, THANK YOU! Your fix worked like a charm. Thank you again!!!