Closed
Bug 1598611
Opened 6 years ago
Closed 6 years ago
encryptedHdrIcon, signedHdrIcon look vertically stretched
Categories
(Thunderbird :: Message Reader UI, defect)
Thunderbird
Message Reader UI
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 72.0
People
(Reporter: mkmelin, Assigned: Paenglab)
Details
(Keywords: regression)
Attachments
(1 file, 1 obsolete file)
1.90 KB,
patch
|
Paenglab
:
review+
|
Details | Diff | Splinter Review |
The icon/s displaying encrypted and signed emails look vertically stretched.
Assignee | ||
Comment 1•6 years ago
|
||
I removed the flex="1" from the dateValueBox to not stretch the images in it. Also removed the insertbefore because this is no more in a overlay file.
Assignee: nobody → richard.marti
Status: NEW → ASSIGNED
Attachment #9111073 -
Flags: review?(mkmelin+mozilla)
Reporter | ||
Comment 2•6 years ago
|
||
Comment on attachment 9111073 [details] [diff] [review]
1598611-dateValueBox-no-flex.patch
Review of attachment 9111073 [details] [diff] [review]:
-----------------------------------------------------------------
Looks alright with this, thx! I wonder if it used to be larger though? Either way, r=mkmelin
Attachment #9111073 -
Flags: review?(mkmelin+mozilla) → review+
Reporter | ||
Comment 3•6 years ago
|
||
Comment on attachment 9111073 [details] [diff] [review]
1598611-dateValueBox-no-flex.patch
Review of attachment 9111073 [details] [diff] [review]:
-----------------------------------------------------------------
::: mail/base/content/msgHdrView.inc.xul
@@ +401,5 @@
> </html:table>
>
> <!-- perhaps this should be a customizable toolbar too -->
> <vbox id="otherActionsBox" align="end">
> + <hbox id="dateValueBox" align="top"> <!--For extensions-->
The <!--For extensions--> we could remove while we're here.
Assignee | ||
Comment 4•6 years ago
|
||
Removed the <!--For extensions-->.
Attachment #9111073 -
Attachment is obsolete: true
Attachment #9111076 -
Flags: review+
Assignee | ||
Updated•6 years ago
|
Keywords: checkin-needed-tb
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/901c108790e1
Remove the flex of the dateValueBox to not stretch the encryption icons in the message header. r=mkmelin
Updated•6 years ago
|
Target Milestone: --- → Thunderbird 72.0
You need to log in
before you can comment on or make changes to this bug.
Description
•