საიტის გასაუმჯობესებელი სამუშაოების მიმდინარეობისას, შესაძლებლობების ნაწილი შეიზღუდება. თუ სტატიით ვერ მოახერხებ ხარვეზის გამოსწორება და შეკითხვის დასმა გსურთ, ჩვენი მხარდაჭერის გუნდი დაგეხმარებათ @FirefoxSupport გვერდის მეშვეობით Twitter-ზე და /r/firefox განყოფილებაში Reddit-ზე.

ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში მხარდაჭერის საიტზე. აქ არასდროს მოგთხოვენ სატელეფონო ნომერზე დარეკვას, შეტყობინების გამოგზავნას ან პირადი მონაცემების გაზიარებას. გთხოვთ, გვაცნობოთ რამე საეჭვოს შემჩნევისას „დარღვევაზე მოხსენების“ მეშვეობით.

ვრცლად

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

  • 2 პასუხი
  • 1 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 3 ნახვა
  • ბოლოს გამოეხმაურა finitarry

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

ყველა პასუხი (2)

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

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

ჩასწორების თარიღი: , ავტორი: finitarry