Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

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

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

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

ვრცლად

Linux Mint 20 - Thunderbird 78 - Panel Text size

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

I have just started using Linux Mint 20 and I have Thunderbird 78 installed My Problem is font size but NOT of the actual email..

I can change font size of the actual email content using ctrl and the mouse.
I am trying to increase font size of the panels ..  If that is the correct term for them

I have tried the settings in the options menu with no results.

I CAN adjust sizes of everything except the actual font size by changing layout.css.devPixelsPerPx;1.5 through the config editor.

Everything else DOES get bigger except for the text.  Changes here appear to add a whole lot of white space, make the icons bigger, info windows bigger, etc., but does n not change the text.

I made the same changes to my windows 10 system and everything worked as it should....???

Help, Anne

I have just started using Linux Mint 20 and I have Thunderbird 78 installed My Problem is font size but NOT of the actual email.. I can change font size of the actual email content using ctrl and the mouse. I am trying to increase font size of the panels .. If that is the correct term for them I have tried the settings in the options menu with no results. I CAN adjust sizes of everything except the actual font size by changing ''layout.css.devPixelsPerPx;1.5'' through the config editor. Everything else DOES get bigger except for the text. Changes here appear to add a whole lot of white space, make the icons bigger, info windows bigger, etc., but does n not change the text. I made the same changes to my windows 10 system and everything worked as it should....??? Help, Anne

გადაწყვეტა შერჩეულია

Use this code instead:

.tree-rows
{
  font-size: 12pt !important;
}
პასუხის ნახვა სრულად 👍 0

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

Are you referring to the fonts in the Folder and Threads Panes, i.e. the folder names in the left pane and the list of Subject, Date, From etc. in the pane with message headers? That can be done with userChrome:

#threadTree
#folderTree
{
  font-size: 12pt !important;
}

Help/Troubleshooting, Profile Folder, Open Directory, 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 number as desired. Double-click toolkit.legacyUserProfileCustomizations.stylesheets to true in Edit/Preferences/General/Config. editor, restart TB.

Tried it,,,, Did not change anything,,,,,

შერჩეული გადაწყვეტა

Use this code instead:

.tree-rows
{
  font-size: 12pt !important;
}

It doesn't work for me anymore in the latest version. I found this solution:

For Linux go to Preferences For Windows go to Tools > Options Then General > Config Editor (at bottom) Accept risk Change this: font.size.systemFontScale 100 > 110, 115, ....

Ustramator said

It doesn't work for me anymore in the latest version. I found this solution: For Linux go to Preferences For Windows go to Tools > Options Then General > Config Editor (at bottom) Accept risk Change this: font.size.systemFontScale 100 > 110, 115, ....

The code posted above does work in TB 91. Check that you followed all the instructions, to the letter.