mirror of
https://github.com/roytam1/UXP.git
synced 2026-05-26 14:54:25 +00:00
14 lines
289 B
XML
14 lines
289 B
XML
<?xml version="1.0"?>
|
|
|
|
|
|
<overlay id="menuDraggingOverlay"
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
|
|
<window id="main-window">
|
|
|
|
<script type="application/x-javascript" src="chrome://browser/content/browser-menudragging.js" />
|
|
|
|
</window>
|
|
|
|
</overlay>
|