Closed
Bug 300886
Opened 19 years ago
Closed 19 years ago
privacy icon in preferences looks stretched
Categories
(Thunderbird :: Preferences, defect)
Thunderbird
Preferences
Tracking
(Not tracked)
VERIFIED
FIXED
Thunderbird1.1
People
(Reporter: fasse78, Assigned: mscott)
References
Details
(Keywords: verified1.8)
Attachments
(2 files)
|
47.44 KB,
image/png
|
Details | |
|
668 bytes,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 Build Identifier: Mozilla Thunderbird 1.0+ The privacy icon in the new preference dialog looks stretched. You can see it better if you compare it with the same icon in the compose mail dialog. Reproducible: Always
| Reporter | ||
Comment 1•19 years ago
|
||
| Assignee | ||
Updated•19 years ago
|
Whiteboard: dupeme
Updated•19 years ago
|
Severity: trivial → normal
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows XP → All
Hardware: PC → All
Whiteboard: dupeme
Version: unspecified → Trunk
Updated•19 years ago
|
Flags: blocking1.8b4?
Comment 2•19 years ago
|
||
not going to block on this but we'd certainly consider a fix if the risk was near-zero.
Flags: blocking1.8b4? → blocking1.8b4-
Comment 3•19 years ago
|
||
I looked at this and the reason this is happening is because of a little hack we used to include the privacy icon in the prefs. http://lxr.mozilla.org/mailnews/source/mail/themes/qute/mail/preferences/preferences.css#79 Instead of adding it to the image (mail-options.png) we just included it as a list-style-image. I guess the two options are to put it in the map and include it like we do the other icons, or we could add some sort of rule to |radio[pane=panePrivacy]|. CCing some people that might be able to help.
| Assignee | ||
Comment 4•19 years ago
|
||
the only reason it looks stretched is because it's a temporary icon I made until Arvid gets me the new artwork for 1.5.
Comment 5•19 years ago
|
||
It's caused while parts of mail-options.png are used. The contained images have a width of 32px while privacy.png has only 27px. I believe this is the reason why privacy.png is stretched to a 32px width. A quick and dirty solution would be to remove the list-style-image and use a centered background image.
Updated•19 years ago
|
Severity: normal → trivial
| Assignee | ||
Updated•19 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → Thunderbird1.1
| Assignee | ||
Comment 7•19 years ago
|
||
the stretched icon was just temporary until I got a new icon from arvid. I doesn't look like we are going to get new artwork in time. I've come up with a CSS hack to at least make my temporary icon not looked stretch.
| Assignee | ||
Updated•19 years ago
|
Updated•18 years ago
|
Status: RESOLVED → VERIFIED
Keywords: fixed1.8 → verified1.8
You need to log in
before you can comment on or make changes to this bug.
Description
•