Skip to content

Commit

Permalink
Web+: More reasonable default size for cookie manager.
Browse files Browse the repository at this point in the history
  • Loading branch information
pulkomandy committed Nov 12, 2015
1 parent 33ba5c6 commit 6ae8d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/webpositive/BrowserApp.cpp
Expand Up @@ -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,
Expand Down

0 comments on commit 6ae8d58

Please sign in to comment.