How to Zoom in+out the view of a folder's message list?

Discussion of features in Mozilla Thunderbird
Post Reply
hydrostarr
Posts: 280
Joined: October 6th, 2004, 10:21 am

How to Zoom in+out the view of a folder's message list?

Post by hydrostarr »

Is this possible today? Or with a feature upgrade in a future version (roadmap-planned or not)?

https://www.reddit.com/r/Thunderbird/co ... nt_size_a/
morat
Posts: 6405
Joined: February 3rd, 2009, 6:29 pm

Re: How to Zoom in+out the view of a folder's message list?

Post by morat »

There may be a UI control to set the global font size in the next major release.

Bug 570442 Comment 47
http://bugzilla.mozilla.org/show_bug.cgi?id=570442#c47

Bug 1715364 Comments 27 & 41
http://bugzilla.mozilla.org/show_bug.cgi?id=1715364#c27
http://bugzilla.mozilla.org/show_bug.cgi?id=1715364#c41

For reading only as Bugzilla is not a forum.
hydrostarr
Posts: 280
Joined: October 6th, 2004, 10:21 am

Re: How to Zoom in+out the view of a folder's message list?

Post by hydrostarr »

Suuuper helpful, thank you @morat.
hydrostarr
Posts: 280
Joined: October 6th, 2004, 10:21 am

Re: How to Zoom in+out the view of a folder's message list?

Post by hydrostarr »

layout.css.devPixelsPerPx is my current means to solve this problem - and it seems to solve it wonderfully well:
http://forums.mozillazine.org/viewtopic ... #p14918049

My current setting:

Code: Select all

user_pref("layout.css.devPixelsPerPx", "2.5");
Post Reply