mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-16 06:46:12 +00:00
57 lines
2.2 KiB
C++
57 lines
2.2 KiB
C++
diff --git a/browser/base/content/navigator-toolbox.inc.xhtml b/browser/base/content/navigator-toolbox.inc.xhtml
|
|
index 00c8976d3e258c0875d7da2f3ec823d8907a84c9..b5735712aaa7c2ae2baa4b858e735413b130ca94 100644
|
|
--- a/browser/base/content/navigator-toolbox.inc.xhtml
|
|
+++ b/browser/base/content/navigator-toolbox.inc.xhtml
|
|
@@ -2,7 +2,7 @@
|
|
# 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/.
|
|
|
|
-<toolbox id="navigator-toolbox" class="browser-toolbox-background">
|
|
+<toolbox id="navigator-toolbox" class="browser-toolbox-background" persist="width style">
|
|
<script src="chrome://browser/content/navigator-toolbox.js" />
|
|
|
|
<!-- Menu -->
|
|
@@ -17,9 +17,9 @@
|
|
#include browser-menubar.inc
|
|
</toolbaritem>
|
|
<spacer flex="1" skipintoolbarset="true" style="order: 1000;"/>
|
|
-#include titlebar-items.inc.xhtml
|
|
</toolbar>
|
|
|
|
+<hbox id="titlebar">
|
|
<toolbar id="TabsToolbar"
|
|
class="browser-toolbar browser-titlebar"
|
|
fullscreentoolbar="true"
|
|
@@ -50,6 +50,10 @@
|
|
tooltip="tabbrowser-tab-tooltip"
|
|
orient="horizontal"
|
|
stopwatchid="tabClick">
|
|
+<html:div id="zen-essentials-wrapper" skipintoolbarset="true"></html:div>
|
|
+<hbox id="zen-current-workspace-indicator-container"></hbox>
|
|
+<html:div id="zen-tabs-wrapper">
|
|
+<html:div id="zen-browser-tabs-container">
|
|
<hbox class="tab-drop-indicator" hidden="true"/>
|
|
<html:span id="tab-drag-empty-feedback" role="presentation"/>
|
|
# If the name (tabbrowser-arrowscrollbox) or structure of this changes
|
|
@@ -76,6 +80,8 @@
|
|
tooltip="dynamic-shortcut-tooltip"
|
|
data-l10n-id="tabs-toolbar-new-tab"/>
|
|
<html:span id="tabbrowser-tab-a11y-desc" hidden="true"/>
|
|
+</html:div>
|
|
+</html:div>
|
|
</tabs>
|
|
|
|
<toolbarbutton id="new-tab-button"
|
|
@@ -101,9 +107,10 @@
|
|
#include private-browsing-indicator.inc.xhtml
|
|
<toolbarbutton class="content-analysis-indicator toolbarbutton-1 content-analysis-indicator-icon"/>
|
|
|
|
-#include titlebar-items.inc.xhtml
|
|
+#include zen-sidebar-icons.inc.xhtml
|
|
|
|
</toolbar>
|
|
+</hbox>
|
|
|
|
<toolbar id="nav-bar"
|
|
class="browser-toolbar chromeclass-location"
|