diff options
Diffstat (limited to 'main/firefox/firefox-restore-fx3-tab-behaviour-as-default.patch')
-rw-r--r-- | main/firefox/firefox-restore-fx3-tab-behaviour-as-default.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/firefox/firefox-restore-fx3-tab-behaviour-as-default.patch b/main/firefox/firefox-restore-fx3-tab-behaviour-as-default.patch new file mode 100644 index 000000000..a9102a65b --- /dev/null +++ b/main/firefox/firefox-restore-fx3-tab-behaviour-as-default.patch @@ -0,0 +1,11 @@ +--- mozilla-2.0.orig/browser/base/content/browser.xul ++++ mozilla-2.0/browser/base/content/browser.xul +@@ -470,7 +470,7 @@ + #else + iconsize="large" + #endif +- tabsontop="true" ++ tabsontop="false" + persist="tabsontop"> + <!-- Menu --> + <toolbar type="menubar" id="toolbar-menubar" class="chromeclass-menubar" customizable="true" |