Bug 439134 - "Customize toolbars" window a bit too small on linux - cuts off the "Restore defaults" button

r=gavin.sharp
This commit is contained in:
Ian Neal 2010-01-22 23:34:14 +00:00
Родитель af8cdfd292
Коммит a5ef35bc2d
3 изменённых файлов: 5 добавлений и 7 удалений

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

@ -3339,12 +3339,8 @@ function BrowserCustomizeToolbar()
else
sheetFrame.setAttribute("src", customizeURL);
// XXXmano: there's apparently no better way to get this when the iframe is
// hidden
var sheetWidth = sheetFrame.style.width.match(/([0-9]+)px/)[1];
document.getElementById("customizeToolbarSheetPopup")
.openPopup(gNavToolbox, "after_start",
(window.innerWidth - sheetWidth) / 2, 0);
.openPopup(gNavToolbox, "after_start", 0, 0);
return sheetFrame.contentWindow;
} else {

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

@ -300,7 +300,9 @@
<!-- Bookmarks and history tooltip -->
<tooltip id="bhTooltip"/>
<panel id="customizeToolbarSheetPopup" noautohide="true">
<panel id="customizeToolbarSheetPopup"
noautohide="true"
onpopupshown="this.moveTo(this.boxObject.screenX + (window.innerWidth - this.boxObject.width) / 2, this.boxObject.screenY);">
<iframe id="customizeToolbarSheetIFrame"
style="&dialog.style;"
hidden="true"/>

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

@ -1,5 +1,5 @@
<!ENTITY dialog.title "Customize Toolbar">
<!ENTITY dialog.style "width: 635px; height: 400px;">
<!ENTITY dialog.style "width: 86ch; 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">