Optimize default window size for 1024x768. Actually I would like to optimize

for 800x600 by default, but then the Welcome page opens with horizontal scroll
bar.

git-svn-id: http://svn.haiku-os.org/webpositive/webkit/trunk@459 94f232f2-1747-11df-bad5-a5bfde151594
This commit is contained in:
stippi 2010-04-23 17:00:08 +00:00 committed by Alexandre Deckner
parent b1957a61f6
commit 3cba4f1616

View File

@ -62,7 +62,7 @@ BrowserApp::BrowserApp()
:
BApplication(kApplicationSignature),
fWindowCount(0),
fLastWindowFrame(100, 100, 700, 750),
fLastWindowFrame(50, 50, 950, 750),
fLaunchRefsMessage(0),
fInitialized(false),
fSettings(NULL),