mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 01:40:17 +01:00
14 lines
406 B
Plaintext
14 lines
406 B
Plaintext
|
<?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>
|