зеркало из https://github.com/mozilla/gecko-dev.git
Fix for bug 50968. Replace out-dated status bar by a new one up to date. R=bienvenu
This commit is contained in:
Родитель
4668b6e263
Коммит
48555aed0d
|
@ -181,7 +181,7 @@ Rights Reserved.
|
||||||
<broadcaster id="cmd_outputFormat" oncommand="OutputFormatMenuSelect(event.target)"/>
|
<broadcaster id="cmd_outputFormat" oncommand="OutputFormatMenuSelect(event.target)"/>
|
||||||
<!-- broadcaster id="cmd_quoteMessage" oncommand="goDoCommand('cmd_quoteMessage')"/ -->
|
<!-- broadcaster id="cmd_quoteMessage" oncommand="goDoCommand('cmd_quoteMessage')"/ -->
|
||||||
|
|
||||||
<broadcaster id="broadcaster_throbber" busy="false"/>
|
<broadcaster id="Editor:Throbber" busy="false"/>
|
||||||
</broadcasterset>
|
</broadcasterset>
|
||||||
|
|
||||||
<broadcaster id="args" value="editorType=default"/>
|
<broadcaster id="args" value="editorType=default"/>
|
||||||
|
@ -556,15 +556,14 @@ Rights Reserved.
|
||||||
}"
|
}"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<box id="status-bar">
|
<!-- Some of this is from globarOverlay.xul -->
|
||||||
<box align="vertical" style="width:100px">
|
<statusbar id="status-bar">
|
||||||
<spring flex="100%"/>
|
<statusbarpanel class="statusbarpanel-icononly" id="offline-status"/>
|
||||||
<progressmeter mode="normal" value="0">
|
<progressmeter class="progressmeter-statusbar" statusbar="true" id="statusbar-icon" mode="normal" value="0">
|
||||||
</progressmeter>
|
<observes element="Editor:Throbber" attribute="busy"/>
|
||||||
<spring flex="100%"/>
|
</progressmeter>
|
||||||
</box>
|
<statusbarpanel id="statusText" value="&defaultStatusText.label;" flex="1" crop="right"/>
|
||||||
<button id="statusText" align="right" flex="100%" value="&defaultStatusText.label;"/>
|
</statusbar>
|
||||||
</box>
|
|
||||||
|
|
||||||
<!-- /box -->
|
<!-- /box -->
|
||||||
<box id="taskbar" class="toolbox-bottom"/>
|
<box id="taskbar" class="toolbox-bottom"/>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче