forked from ZenBrowserMirrors/zen-desktop
23 lines
752 B
Diff
23 lines
752 B
Diff
diff --git a/browser/base/content/browser.xhtml b/browser/base/content/browser.xhtml
|
|
index b4886fb5f74568b4c09eb620be9efb74e39c599c..f6506e972bc464aaddf087d994ce439c02f9a2f9 100644
|
|
--- a/browser/base/content/browser.xhtml
|
|
+++ b/browser/base/content/browser.xhtml
|
|
@@ -163,9 +163,15 @@
|
|
</vbox>
|
|
</html:template>
|
|
|
|
-#include navigator-toolbox.inc.xhtml
|
|
-
|
|
-#include browser-box.inc.xhtml
|
|
+ <hbox id="zen-titlebar-items-container">
|
|
+#include titlebar-items.inc.xhtml
|
|
+ </hbox>
|
|
+
|
|
+ <hbox flex="1">
|
|
+ #include navigator-toolbox.inc.xhtml
|
|
+ #include zen-sidebar-box.inc.xhtml
|
|
+ #include browser-box.inc.xhtml
|
|
+ </hbox>
|
|
|
|
<html:template id="customizationPanel">
|
|
<box id="customization-container" flex="1" hidden="true"><![CDATA[
|