Bug 433896: The location bar and search box can appear too wide in Customize Toolbar, r=gavin

This commit is contained in:
Kai Liu 2008-06-15 21:30:16 -04:00
Родитель 4cac52d305
Коммит 20024e84c7
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -453,6 +453,7 @@ function cleanUpItemForPalette(aItem, aWrapper)
aItem.removeAttribute("observes");
aItem.removeAttribute("disabled");
aItem.removeAttribute("type");
aItem.removeAttribute("width");
if (aItem.localName == "toolbaritem" && aItem.firstChild) {
aItem.firstChild.removeAttribute("observes");