From 8c2e7e2c42ea28b9fda75403654208f9f62a7547 Mon Sep 17 00:00:00 2001 From: Dao Gottwald Date: Thu, 24 Jun 2010 10:08:45 -0700 Subject: [PATCH] Bug 571992 - Switch Tabs-on-top to be the Default State on Windows r=gavin --- browser/base/content/browser.xul | 3 +++ 1 file changed, 3 insertions(+) diff --git a/browser/base/content/browser.xul b/browser/base/content/browser.xul index 38b92c3fe22c..5977b72e3260 100644 --- a/browser/base/content/browser.xul +++ b/browser/base/content/browser.xul @@ -507,6 +507,9 @@ #ifdef WINCE defaulticonsize="small" iconsize="small" #endif +#ifdef XP_WIN + tabsontop="true" +#endif #ifdef XP_WIN tabsontop="true" #endif