Bug 680117 - Footer string in the new Add-on selection window should wrap to fit long localizations. r=dtownsend

This commit is contained in:
Blair McBride 2011-08-22 14:30:32 +12:00
Родитель 8d79b06173
Коммит 80468abb57
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -148,8 +148,7 @@
</deck> </deck>
<hbox id="footer" align="center"> <hbox id="footer" align="center">
<label id="footer-label">&footer.label;</label> <label id="footer-label" flex="1">&footer.label;</label>
<spacer flex="1"/>
<button id="cancel" label="&cancel.label;" oncommand="window.close()"/> <button id="cancel" label="&cancel.label;" oncommand="window.close()"/>
<button id="back" label="&back.label;" oncommand="gView.back()" hidden="true"/> <button id="back" label="&back.label;" oncommand="gView.back()" hidden="true"/>
<button id="next" label="&next.label;" oncommand="gView.next()" hidden="true"/> <button id="next" label="&next.label;" oncommand="gView.next()" hidden="true"/>