mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-18 17:02:01 +00:00
Fix 60788: letters with descenders cut off in mail compose subject field. patch by hwaara. r=sspitzer,blake sr=bienvenu
This commit is contained in:
parent
e1f4c197d3
commit
b1a7f2005b
@ -458,7 +458,7 @@
|
||||
<tree id="addressingWidgetTree" flex="1"/>
|
||||
<box autostretch="never">
|
||||
<text class="label" value="&subject.label;" accesskey="&subject.accesskey;"/>
|
||||
<textfield id="msgSubject" type="text" flex="1" onkeyup="SetComposeWindowTitle(event.which);"
|
||||
<textfield id="msgSubject" flex="1" onkeyup="SetComposeWindowTitle(event.which);"
|
||||
onkeypress="subjectKeyPress(event);" onchange="contentChanged=true;"/>
|
||||
</box>
|
||||
</box>
|
||||
|
Loading…
x
Reference in New Issue
Block a user