Author: toad
Date: 2008-04-18 16:34:49 +0000 (Fri, 18 Apr 2008)
New Revision: 19392
Modified:
trunk/apps/new_installer/res/firefox_profile/localstore.rdf
Log:
Make the initial window big enough that the bookmarks should be visible.
Modified: trunk/apps/new_installer/res/firefox_profile/localstore.rdf
===================================================================
--- trunk/apps/new_installer/res/firefox_profile/localstore.rdf 2008-04-18
13:43:11 UTC (rev 19391)
+++ trunk/apps/new_installer/res/firefox_profile/localstore.rdf 2008-04-18
16:34:49 UTC (rev 19392)
@@ -21,7 +21,9 @@
mode="icons"
currentset="back-button,forward-button,reload-button,stop-button,home-button,urlbar-container"
/>
<RDF:Description RDF:about="chrome://browser/content/browser.xul">
- <NC:persist
RDF:resource="chrome://browser/content/browser.xul#main-window"/>
+ <NC:persist RDF:resource="chrome://browser/content/browser.xul#main-window"
+ width="800"
+ height="600"/>
<NC:persist
RDF:resource="chrome://browser/content/browser.xul#sidebar-box"/>
<NC:persist
RDF:resource="chrome://browser/content/browser.xul#sidebar-title"/>
<NC:persist
RDF:resource="chrome://browser/content/browser.xul#navigator-toolbox"/>