Bug 640282 Desktop Fennec should start in portrait mode by default r=mfinkle a=approval-2.0

This commit is contained in:
Benjamin Stover 2011-03-09 13:17:08 -08:00
Родитель aa1e69d66f
Коммит 4585c4fefd
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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"