Web+: More reasonable default size for cookie manager.
This commit is contained in:
parent
33ba5c6a7f
commit
6ae8d586ea
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user