Bug 714277 - Customization palette has only three columns in a new profile on Windows. r=dao

This commit is contained in:
Jared Wein 2012-01-27 17:03:09 -08:00
parent ae80ccedfc
commit 66c20edb37
3 changed files with 3 additions and 3 deletions

View File

@ -391,7 +391,7 @@
<panel id="customizeToolbarSheetPopup"
noautohide="true">
<iframe id="customizeToolbarSheetIFrame"
style="&dialog.style;"
style="&dialog.dimensions;"
hidden="true"/>
</panel>

View File

@ -52,7 +52,7 @@
title="&dialog.title;"
onload="onLoad();"
onunload="onUnload();"
style="&dialog.style;"
style="&dialog.dimensions;"
persist="width height"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

View File

@ -1,5 +1,5 @@
<!ENTITY dialog.title "Customize Toolbar">
<!ENTITY dialog.style "width: 86ch; height: 36em;">
<!ENTITY dialog.dimensions "width: 92ch; height: 36em;">
<!ENTITY instructions.description "You can add or remove items by dragging to or from the toolbars.">
<!ENTITY show.label "Show:">
<!ENTITY iconsAndText.label "Icons and Text">