Sykje yn Support

Mij stipescams. Wy sille jo nea freegje in telefoannûmer te beljen, der in sms nei ta te stjoeren of persoanlike gegevens te dielen. Meld fertochte aktiviteit mei de opsje ‘Misbrûk melde’.

Mear ynfo

Dizze konversaasje is argivearre. Stel in nije fraach as jo help nedich hawwe.

Jak zmienić wielkośc czcionek w liscie wiadomości , liście folderów i w mailach ?

  • 1 antwurd
  • 1 hat dit probleem
  • 10 werjeftes
  • Lêste antwurd fan Zenos

more options

Jak zmienić wielkośc czcionek w liscie wiadomości , liście folderów i w mailach ? Preferencje ni działa. Chodzi o zmianę pod linux i Kubuntu

Jak zmienić wielkośc czcionek w liscie wiadomości , liście folderów i w mailach ? Preferencje ni działa. Chodzi o zmianę pod linux i Kubuntu

Alle antwurden (1)

more options

Erykf said

How to change the size of the fonts in the message list, folder list and in emails? Preferences ni works. It's about changing under linux and Kubuntu

I suggest you try a setting in preferences.

Edit|Preferences|Advanced|General→Config Editor

Search for layout.css.dpi and try positive values. -1 means use the system default but if you haven't set the appropriate dpi value in your display settings, that doesn't help much.

If that works for you, then fine. Otherwise…

Linux users can't use the Theme Font & Size Changer add-on that we recommend for Windows and Mac users, so we have to use the css file method.

In my own Linux systems, I find the dpi for the display and set that explicitly in the display settings. Windows and Mac users don't have such a straightforward adjustment; they have to experiment with a slider and some meaningless percentage numbers.

Setting that (my dpi is 142) fixes up most display size issues. I use two css files to fine-tune Thunderbird, :

userContent.css sets the message text:

/*
 * Make all the default font sizes 13 pt:
 */

* {
   font-size: 13pt !important;
}

userChrome.css sets the menus and lists, etc:

/*
 * Do not remove the @namespace line -- it's required for correct functioning
 */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
/* Make all the default font sizes 13 pt. */
* {
    font-family: "Liberation Sans" !important;
    font-size: 13pt !important;
}

Obviously, you can change the face and size to suit your own taste and desktop settings.

Bewurke troch Zenos op