mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-13 21:36:11 +00:00
54 lines
2.1 KiB
C++
54 lines
2.1 KiB
C++
diff --git a/browser/base/content/navigator-toolbox.inc.xhtml b/browser/base/content/navigator-toolbox.inc.xhtml
|
|
index ad1515eb111bc2532b2f17ea28fc04463030d30d..899f4baf2cd3472abd5591f3c9987f0c02b9313f 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,8 @@
|
|
tooltip="tabbrowser-tab-tooltip"
|
|
orient="horizontal"
|
|
stopwatchid="tabClick">
|
|
+<html:div id="zen-essentials" skipintoolbarset="true"></html:div>
|
|
+<html:div id="zen-tabs-wrapper">
|
|
<hbox class="tab-drop-indicator" hidden="true"/>
|
|
# If the name (tabbrowser-arrowscrollbox) or structure of this changes
|
|
# significantly, there is an optimization in
|
|
@@ -75,6 +77,7 @@
|
|
tooltip="dynamic-shortcut-tooltip"
|
|
data-l10n-id="tabs-toolbar-new-tab"/>
|
|
<html:span id="tabbrowser-tab-a11y-desc" hidden="true"/>
|
|
+</html:div>
|
|
</tabs>
|
|
|
|
<toolbarbutton id="new-tab-button"
|
|
@@ -100,9 +103,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"
|