From 4585c4fefd9065260d0a1ed6aaa524ba8e8a067d Mon Sep 17 00:00:00 2001 From: Benjamin Stover Date: Wed, 9 Mar 2011 13:17:08 -0800 Subject: [PATCH] Bug 640282 Desktop Fennec should start in portrait mode by default r=mfinkle a=approval-2.0 --- mobile/chrome/content/browser.xul | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mobile/chrome/content/browser.xul b/mobile/chrome/content/browser.xul index efc92b1ae067..3d25e14f6439 100644 --- a/mobile/chrome/content/browser.xul +++ b/mobile/chrome/content/browser.xul @@ -69,8 +69,8 @@ #ifdef MOZ_PLATFORM_MAEMO sizemode="fullscreen" #else - width="800" - height="500" + width="500" + height="800" #endif onkeypress="onDebugKeyPress(event);" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"