We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

Iskanje po podpori

Izogibajte se prevarantski tehnični podpori. Nikoli vam ne bomo naročili, da pokličete telefonsko številko ali nam pošljete osebne podatke. Sumljivo dejavnost prijavite z gumbom »Prijavi zlorabo«.

Več o tem

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

  • 2 odgovora
  • 1 ima to težavo
  • 14 ogledov
  • Zadnji odgovor od 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

Vsi odgovori (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

Spremenil finitarry