Bug 336299: Text box for "Do not download messages larger than" is too narrow, patch by Patrick <patrick.hendriks+bugzilla@gmail.com>, r=mscott

This commit is contained in:
gavin%gavinsharp.com 2006-08-11 20:54:05 +00:00
Родитель 6e4ecba4bd
Коммит 9ab7586782
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -105,7 +105,7 @@
<hbox align="center" class="indent" hidefor="none">
<checkbox wsm_persist="true" id="offline.notDownload"
label="&offlineNotDownload.label;" accesskey="&offlineNotDownload.accesskey;" oncommand="onCheckItem('bc_notDownload', 'offline.notDownload');"/>
<textbox wsm_persist="true" id="offline.notDownloadMin" size="2" value="50" observes="bc_notDownload"/>
<textbox wsm_persist="true" id="offline.notDownloadMin" size="4" value="50" observes="bc_notDownload"/>
<label value="&kb.label;"/>
</hbox>
@ -125,13 +125,13 @@
<hbox flex="1" align="center">
<radio wsm_persist="true" id="retention.keepNewMsg" accesskey="&retentionKeepNew.accesskey;"
value="3" label="&retentionKeepNew.label;" oncommand="onCheckKeepMsg();"/>
<textbox wsm_persist="true" id="retention.keepNewMsgMin" size="2" value="30"/>
<textbox wsm_persist="true" id="retention.keepNewMsgMin" size="4" value="30"/>
<label value="&message.label;"/>
</hbox>
<hbox flex="1" align="center">
<radio wsm_persist="true" id="retention.keepOldMsg" accesskey="&retentionKeepMsg.accesskey;"
value="2" label="&retentionKeepMsg.label;" oncommand="onCheckKeepMsg();"/>
<textbox wsm_persist="true" id="retention.keepOldMsgMin" size="2" value="30"/>
<textbox wsm_persist="true" id="retention.keepOldMsgMin" size="4" value="30"/>
<label value="&daysOld.label;"/>
</hbox>
</radiogroup>