mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-12 19:00:11 +01:00
14 lines
406 B
XML
14 lines
406 B
XML
<?xml version="1.0"?>
|
|
|
|
<overlay id="ovStatusbar"
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
|
|
<statusbar id="status-bar">
|
|
<statusbarpanel id="txStatusPanel" flex="1"/>
|
|
<statusbarpanel class="statusbarpanel-progress">
|
|
<progressmeter id="pmStatus" mode="normal" value="0" class="progressmeter-statusbar"/>
|
|
</statusbarpanel>
|
|
</statusbar>
|
|
|
|
</overlay>
|