Files
tubestation/waterfox/browser/components/statusbar/content/statusbar.xhtml
2025-11-06 14:13:31 +00:00

18 lines
815 B
HTML

<?xml version="1.0"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<overlay id="tabfeature-overlay" xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<toolbox id="navigator-toolbox">
<toolbar id="status-dummybar" toolbarname="Status Bar" accesskey="" hidden="true" />
</toolbox>
<vbox id="browser-bottombox">
<toolbar id="status-bar" customizable="true" context="toolbar-context-menu" mode="icons"
insertbefore="a11y-announcement">
<toolbaritem id="status-text" flex="1" width="100" />
</toolbar>
</vbox>
</overlay>