mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 10:43:24 +00:00
fix for non-wrapping status line
r,a=leaf
This commit is contained in:
parent
4942c057e3
commit
d92c50a3bf
@ -489,7 +489,7 @@ END of Deprecated -->
|
||||
<progressmeter id="statusbar-icon" mode="normal" value="0"/>
|
||||
<spring style="width: 1em"/>
|
||||
<image id="status-icon"/>
|
||||
<text id="statusText" class="status-bar" flex="1" value="&statusText.label;"/>
|
||||
<text id="statusText" class="status-bar" flex="1" value="&statusText.label;" crop="right"/>
|
||||
<text class="status-bar" value="&buildId.label;"/>
|
||||
<button class="plain" id="lock-button" />
|
||||
</box>
|
||||
|
Loading…
Reference in New Issue
Block a user