mirror of
https://github.com/zen-browser/desktop.git
synced 2025-07-10 05:35:29 +02:00
21 lines
978 B
C++
21 lines
978 B
C++
diff --git a/browser/base/content/browser-box.inc.xhtml b/browser/base/content/browser-box.inc.xhtml
|
|
index 108160d9469d44f47c93a3808402e4b27ff59777..39a7b691302bf13e1b5990f46428cff6807a8e56 100644
|
|
--- a/browser/base/content/browser-box.inc.xhtml
|
|
+++ b/browser/base/content/browser-box.inc.xhtml
|
|
@@ -23,11 +23,16 @@
|
|
</vbox>
|
|
<splitter id="sidebar-splitter" class="chromeclass-extrachrome sidebar-splitter" resizebefore="sibling" resizeafter="none" hidden="true"/>
|
|
<vbox id="appcontent" flex="1">
|
|
+ <html:div id="zen-appcontent-navbar-container"></html:div>
|
|
<!-- gNotificationBox will be added here lazily. -->
|
|
+ <hbox id="zen-tabbox-wrapper" flex="1">
|
|
<tabbox id="tabbrowser-tabbox"
|
|
flex="1" tabcontainer="tabbrowser-tabs">
|
|
+#include zen-sidebar-panel.inc.xhtml
|
|
+#include zen-splitview-overlay.inc.xhtml
|
|
<tabpanels id="tabbrowser-tabpanels"
|
|
flex="1" selectedIndex="0"/>
|
|
</tabbox>
|
|
+ </hbox>
|
|
</vbox>
|
|
</hbox>
|