зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
2ce02c4b57
Коммит
8b9a6e78ff
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче