ค้นหาฝ่ายสนับสนุน

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

เรียนรู้เพิ่มเติม

Email Browser: Font Size in Message and Folder Lists

  • 2 การตอบกลับ
  • 1 คนมีปัญหานี้
  • 1 ครั้งที่ดู
  • ตอบกลับล่าสุดโดย bienvenunet

more options

I need to increase the font size of the message and folder lists in TB 78.11.0 for Windows. I have tried the following, to no avail:

  • Changing Settings > General > Language and Appearance > Fonts and Colors > Size.
  • Adjusting layout.css.devPixelsPerPx.
  • Creating the chrome/userChrome.css file.
  • Zooming.

Considering how many people have this same request and how elementary a configuration it is, it's a disgrace that this configuration is this complicated in the first place, if it actually works, especially in a product that has gone through this many versions.

I need to increase the font size of the message and folder lists in TB 78.11.0 for Windows. I have tried the following, to no avail: * Changing Settings > General > Language and Appearance > Fonts and Colors > Size. * Adjusting layout.css.devPixelsPerPx. * Creating the chrome/userChrome.css file. * Zooming. Considering how many people have this same request and how elementary a configuration it is, it's a disgrace that this configuration is this complicated in the first place, if it actually works, especially in a product that has gone through this many versions.

วิธีแก้ปัญหาที่เลือก

Try this css code:

/* Folder pane font */
#folderTree  {
font-size: 14px !important; } 

/* Threads pane font */
#threadTree {
font-size: 14px !important; }

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

อ่านคำตอบนี้ในบริบท 👍 1

การตอบกลับทั้งหมด (2)

more options

วิธีแก้ปัญหาที่เลือก

Try this css code:

/* Folder pane font */
#folderTree  {
font-size: 14px !important; } 

/* Threads pane font */
#threadTree {
font-size: 14px !important; }

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

more options

Thanks. It would have helped to have this in some official documentation. Also very odd that it did not come up in reasonable searches of the Internet or this forum.