mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
Bug 714277 - Customization palette has only three columns in a new profile on Windows. r=dao
This commit is contained in:
parent
ae80ccedfc
commit
66c20edb37
@ -391,7 +391,7 @@
|
||||
<panel id="customizeToolbarSheetPopup"
|
||||
noautohide="true">
|
||||
<iframe id="customizeToolbarSheetIFrame"
|
||||
style="&dialog.style;"
|
||||
style="&dialog.dimensions;"
|
||||
hidden="true"/>
|
||||
</panel>
|
||||
|
||||
|
@ -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">
|
||||
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user