mirror of
https://github.com/zen-browser/desktop.git
synced 2025-07-10 05:35:29 +02:00
85 lines
3.4 KiB
C++
85 lines
3.4 KiB
C++
diff --git a/browser/base/content/navigator-toolbox.inc.xhtml b/browser/base/content/navigator-toolbox.inc.xhtml
|
|
index eb2d8670874bd5bcaf9253caafb98444cb8cfcd9..51e6c01c279e0105ec8ac08df0763027179c0616 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">
|
|
+<toolbox id="navigator-toolbox" persist="width style">
|
|
<script src="chrome://browser/content/navigator-toolbox.js" />
|
|
|
|
<!-- Menu -->
|
|
@@ -19,7 +19,7 @@
|
|
<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"
|
|
@@ -32,7 +32,7 @@
|
|
|
|
<hbox class="titlebar-spacer" type="pre-tabs"/>
|
|
|
|
- <hbox flex="1" align="end" class="toolbar-items">
|
|
+ <hbox flex="1" align="start" class="toolbar-items">
|
|
<toolbartabstop/>
|
|
<hbox id="TabsToolbar-customization-target" flex="1">
|
|
<toolbarbutton id="firefox-view-button"
|
|
@@ -40,6 +40,7 @@
|
|
data-l10n-id="toolbar-button-firefox-view-2"
|
|
role="button"
|
|
aria-pressed="false"
|
|
+ hidden="true"
|
|
cui-areatype="toolbar"
|
|
removable="true"/>
|
|
|
|
@@ -55,9 +56,14 @@
|
|
# significantly, there is an optimization in
|
|
# DisplayPortUtils::MaybeCreateDisplayPortInFirstScrollFrameEncountered based
|
|
# the current structure that we may want to revisit.
|
|
+ <html:div id="zen-essentials-container"></html:div>
|
|
+ <hbox id="zen-current-workspace-indicator">
|
|
+ <hbox id="zen-current-workspace-indicator-icon"></hbox>
|
|
+ <hbox id="zen-current-workspace-indicator-name"></hbox>
|
|
+ </hbox>
|
|
<html:div id="vertical-pinned-tabs-container" tabindex="-1"></html:div>
|
|
<html:div id="vertical-pinned-tabs-container-separator"></html:div>
|
|
- <arrowscrollbox id="tabbrowser-arrowscrollbox" orient="horizontal" flex="1" clicktoscroll="" scrolledtostart="" scrolledtoend="">
|
|
+ <arrowscrollbox id="tabbrowser-arrowscrollbox" orient="vertical" flex="1" clicktoscroll="" scrolledtostart="" scrolledtoend="">
|
|
<tab is="tabbrowser-tab" class="tabbrowser-tab" selected="true" visuallyselected="" fadein=""/>
|
|
<hbox id="tabbrowser-arrowscrollbox-periphery">
|
|
<toolbartabstop/>
|
|
@@ -100,11 +106,12 @@
|
|
#include private-browsing-indicator.inc.xhtml
|
|
<toolbarbutton id="content-analysis-indicator"
|
|
class="toolbarbutton-1 content-analysis-indicator-icon"/>
|
|
-
|
|
+ #if 0
|
|
#include titlebar-items.inc.xhtml
|
|
-
|
|
+#endif
|
|
+#include zen-sidebar-icons.inc.xhtml
|
|
</toolbar>
|
|
-
|
|
+</hbox>
|
|
<toolbar id="nav-bar"
|
|
class="browser-toolbar chromeclass-location"
|
|
data-l10n-id="navbar-accessible"
|
|
@@ -487,10 +494,12 @@
|
|
consumeanchor="PanelUI-button"
|
|
data-l10n-id="appmenu-menu-button-closed2"/>
|
|
</toolbaritem>
|
|
+#include titlebar-items.inc.xhtml
|
|
<hbox class="titlebar-spacer" type="post-tabs"/>
|
|
#include private-browsing-indicator.inc.xhtml
|
|
-
|
|
+#if 0
|
|
#include titlebar-items.inc.xhtml
|
|
+#endif
|
|
</toolbar>
|
|
|
|
<toolbar id="PersonalToolbar"
|