Bug 381364 - locationFolders menulist icon lacks horizontal margin, patch by Dão Gottwald <dao@design-noir.de>, r=me

git-svn-id: svn://10.0.0.236/trunk@226860 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
philringnalda%gmail.com
2007-05-23 06:18:07 +00:00
parent d943774bf5
commit 39a72f2fbd

View File

@@ -2134,7 +2134,9 @@
<toolbaritem id ="folder-location-container" title="&folderLocationToolbarItem.title;"
align="center" class="chromeclass-toolbar-additional">
<menulist id="locationFolders" class="folderMenuItem" label=" " context="folderPaneContext" width="170" crop="center">
<!--XXX The src attribute is there to give the menulist icon horizontal margin (bug 381364).
Remove it once bug 381548 is fixed. -->
<menulist id="locationFolders" class="folderMenuItem" label=" " src="" context="folderPaneContext" width="170" crop="center">
<menupopup id="folderLocationPopup" class="folderLocationPopup" height="400" flex="1"
oncommand="OnLocationTreeSelect(this);"/>
</menulist>