Web+: More reasonable default size for cookie manager.

This commit is contained in:
Adrien Destugues 2015-11-12 14:03:33 +01:00
parent 33ba5c6a7f
commit 6ae8d586ea

View File

@ -189,7 +189,7 @@ BrowserApp::ReadyToRun()
BRect consoleWindowFrame = fSettings->GetValue("console window frame",
BRect(50, 50, 400, 300));
BRect cookieWindowFrame = fSettings->GetValue("cookie window frame",
BRect());
BRect(50, 50, 400, 300));
bool showDownloads = fSettings->GetValue("show downloads", false);
fDownloadWindow = new DownloadWindow(downloadWindowFrame, showDownloads,