Bug 636245 - Allow localizers to change the Device Manager window size. r=kaie

This commit is contained in:
Marek Stepien 2012-08-15 21:00:50 -04:00
Родитель 66e67c06ae
Коммит 6101150c5e
2 изменённых файлов: 5 добавлений и 1 удалений

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

@ -3,6 +3,10 @@
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<!ENTITY devmgr.title "Device Manager">
<!-- LOCALIZATION NOTE (devmgr.style): This is CSS style for Device Manager
window size. Don't translate "width" nor "height". Adjust the numbers
to make window contents fit. -->
<!ENTITY devmgr.style "width: 52em; height: 32em;">
<!ENTITY devmgr.devlist.label "Security Modules and Devices">
<!ENTITY devmgr.details.title "Details">

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

@ -16,7 +16,7 @@
windowtype="mozilla:devicemanager"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
title="&devmgr.title;"
style="width: 52em; height: 32em;"
style="&devmgr.style;"
persist="screenX screenY width height"
onload="LoadModules();"
buttons="accept">