After reducing Thunderbird's composer window width, `From` field is no longer vertically aligned with other address rows
Categories
(Thunderbird :: Message Compose Window, defect, P4)
Tracking
(thunderbird_esr78 unaffected)
| Tracking | Status | |
|---|---|---|
| thunderbird_esr78 | --- | unaffected |
People
(Reporter: thomas8, Assigned: Paenglab)
References
Details
Attachments
(3 files, 2 obsolete files)
91.0a1 (2021-07-06) (64-bit), Win10
After reducing Thunderbird's main window width, From field is no longer vertically aligned with other address rows (see screenshot). Must be some sort of wrong calculation or rounding error. Gets worse the more you shrink 3-pane window horizontally, goes away when 3-pane is maximized. This looks odd and a bit unfinished.
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Comment 2•4 years ago
|
||
The .aw-firstColBox in front of the From: label still shrunk.
Additionally I added a limited flexibility to the format toolbar with shrinking menulists. What do you think about this? I could also stop the flex on the paragraph menulist but with other locales this could be use longer labels.
Comment 3•4 years ago
|
||
Comment 4•4 years ago
|
||
LEFT: without patch
RIGHT: with patch
| Assignee | ||
Comment 5•4 years ago
|
||
Comment 6•4 years ago
|
||
| Assignee | ||
Comment 7•4 years ago
|
||
Updated the commit message.
| Assignee | ||
Updated•4 years ago
|
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/4d556740abd8
Prevent unwanted resize of the 'From' container in message compose, and enable flex shrink for the format toolbar menulists. r=aleca
Description
•