hi
in the main window, with vertical visualization,
if you change the width of the folder list,
the heading of the window (which shows the name of the folder and mailbox)
does not follow the width of the column containing the folder list.
i think that this is not elegant, and if i'm not wrong this didn't happen in the 102 version
Maurizio
TB 115, width of headings and columns
-
- Posts: 6000
- Joined: February 3rd, 2009, 6:29 pm
Re: TB 115, width of headings and columns
You can change the mail.tabs.tabMaxWidth pref. (default 250)
Or change the first tab width with a style.
Or change the first tab width with a style.
Code: Select all
#tabmail-tabs tab.tabmail-tab:first-child {
max-width: 200px !important;
min-width: 200px !important;
}