Bug 686533 - Fix vertical position of app menu. r=lucasr

This commit is contained in:
Wes Johnston 2011-09-22 14:29:00 -07:00
parent c77041bc8d
commit f001f41058

View File

@ -401,7 +401,8 @@
</dialog>
</box>
<arrowbox id="appmenu-popup" hidden="true" type="dialog">
<!-- use an offset to remove the space taken by the invisible callout arrow -->
<arrowbox id="appmenu-popup" hidden="true" type="dialog" offset="18">
<box id="appmenu-popup-sitecommands"/>
<richlistbox id="appmenu-popup-appcommands"/>
</arrowbox>