mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 01:40:17 +01:00
20 lines
567 B
XML
20 lines
567 B
XML
|
<?xml version="1.0"?>
|
||
|
|
||
|
<bindings id="downloadSkinBindings"
|
||
|
xmlns="http://www.mozilla.org/xbl"
|
||
|
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||
|
xmlns:xbl="http://www.mozilla.org/xbl">
|
||
|
|
||
|
<binding id="download-view" extends="chrome://mozapps/content/downloads/download.xml#download-view">
|
||
|
<content>
|
||
|
<xul:vbox flex="1" class="downloadViewInner1">
|
||
|
<xul:vbox flex="1" class="downloadViewInner2">
|
||
|
<children/>
|
||
|
</xul:vbox>
|
||
|
</xul:vbox>
|
||
|
</content>
|
||
|
</binding>
|
||
|
|
||
|
</bindings>
|
||
|
|