Don't stretch progressmeter.

This commit is contained in:
blakeross%telocity.com 2002-09-29 02:30:52 +00:00
parent d53a7072bb
commit 165bed200e

View File

@ -27,7 +27,7 @@
<xul:deck flex="1" anonid="deck" class="indented">
<xul:vbox flex="1">
<xul:hbox flex="1">
<xul:progressmeter mode="normal" value="0" flex="1"
<xul:progressmeter mode="normal" value="0"
xbl:inherits="value=progress,mode=progressmode"/>
<xul:label xbl:inherits="value=progress"/>
</xul:hbox>