Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Saber mais

How do I enlarge the entire Thunderbird layout, it's too small (not using the magnify button)?

  • 2 respostas
  • 1 tem este problema
  • 3 visualizações
  • Última resposta por finitarry

more options

The layout is too small to read. I use the magnify button to zoom in on things but that's not what I'm talking about. I want to enlarge the entire Thunderbird layout. Even the name on the folder tab is too small.

I am using a Dell XPS 8700 with windows 8.1

Thanks

The layout is too small to read. I use the magnify button to zoom in on things but that's not what I'm talking about. I want to enlarge the entire Thunderbird layout. Even the name on the folder tab is too small. I am using a Dell XPS 8700 with windows 8.1 Thanks

Todas as respostas (2)

more options

Try the https://addons.mozilla.org/en-us/thunderbird/addon/theme-font-size-changer/ add-on for the thread pane, message view etc.

For message content you need to set display|formattimg options.

http://xenos-email-notes.simplesite.com/417754775

more options

This is what I added to a userChrome.css file to change the size and type of font in the interface:

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* Do not remove top line.  It is needed.*/
textbox,tab,window,wizard,page,dialog,prefwindow,statusbar,toolbar {
   font-size: 15px !important;
   font-family: Trebuchet MS !important;
}

#acctCentralHeaderRow {
  font-weight: bold !important;
  font-size: 180% !important;}
.acctCentralTitleRow {
  font-weight: bold !important;
  font-size: 160% !important;}
.acctCentralLinkText {
   font-size: 140% !important;
  font-weight: bold !important;
}

http://kb.mozillazine.org/UserChrome.css

Modificado por finitarry a