חיפוש בתמיכה

יש להימנע מהונאות תמיכה. לעולם לא נבקש ממך להתקשר או לשלוח הודעת טקסט למספר טלפון או לשתף מידע אישי. נא לדווח על כל פעילות חשודה באמצעות באפשרות ״דיווח על שימוש לרעה״.

מידע נוסף

How to remove lines between message headers?

  • 4 תגובות
  • 1 has this problem
  • 1 view
  • תגובה אחרונה מאת leslierscott

more options

T-bird puts a line between message headers (see image) which makes for annoying loss of compactness. Can anyone point to a method to remove them?

T-bird puts a line between message headers (see image) which makes for annoying loss of compactness. Can anyone point to a method to remove them?
צילומי מסך מצורפים

כל התגובות (4)

more options

This is called 'adjusting the row height in the Threads Pane'. There is a userChrome.css solution that is tested and working here in TB 60. Try 15px to reduce the spacing.

Create a subfolder of the profile folder named chrome, and in the chrome folder create a new text file and save it as userChrome.css. Copy this into the css file: @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* Adjust Thread pane message row height */

  1. threadTree treechildren:-moz-tree-row {

height: 15px !important; }

Replace the 1. with # so it appears as #threadTree

השתנתה ב־ על־ידי sfhowes

more options

Thank! Looks complicated. I love Thunderbird!

more options

It's actually quite straightforward

more options

Just did it and quite right, not that complicated. I'm just used to clicking on a checkbox or drop-down list and voilá!

But then, going back to Thunderbird is part of my divorce from Microsoft and Google (as far as that is possible) and that means brushing up on my DIY.