Támogatás keresése

Kerülje el a támogatási csalásokat. Sosem kérjük arra, hogy hívjon fel egy telefonszámot vagy osszon meg személyes információkat. Jelentse a gyanús tevékenységeket a „Visszaélés bejelentése” lehetőséggel.

További tudnivalók

A témacsoportot lezárták és archiválták. Tegyen fel új kérdést, ha segítségre van szüksége.

Thunderbird Fonts too small

  • 1 válasz
  • 2 embernek van ilyen problémája
  • 10 megtekintés
  • Utolsó üzenet ettől: sfhowes

more options

How do I change Thunderbird's display (Menus, folders, toolbars etc.). The fonts are way too small for reading. I am talking about the menus, toolbars and folders.

How do I change Thunderbird's display (Menus, folders, toolbars etc.). The fonts are way too small for reading. I am talking about the menus, toolbars and folders.

Összes válasz (1)

more options

For the Threads and Folder Panes, use this code:

.tree-rows
{
  font-size: 16px !important;
}

For the Menu Bar and submenus:

/* Menu Bar font */
menubar > menu
{ font-size: 18pt !important;
}

/* Submenus and context menus font */
menupopup,popup {
    font-size: 12pt !important;
}

Help/Troubleshooting, Profile Folder, Open Folder, close TB, create a new folder named chrome, create a new document in chrome with a text editor, name it userChrome.css, Save as type: All files *.*, copy in the above code, change the numbers as desired. Double-click toolkit.legacyUserProfileCustomizations.stylesheets to true in Options/General/Config. editor, restart TB.