diff --git a/xpfe/xpviewer/src/nsBrowserWindow.cpp b/xpfe/xpviewer/src/nsBrowserWindow.cpp index e1fdac1cbbff..ac5adbae3113 100644 --- a/xpfe/xpviewer/src/nsBrowserWindow.cpp +++ b/xpfe/xpviewer/src/nsBrowserWindow.cpp @@ -1070,7 +1070,7 @@ void nsBrowserWindow::DoFind() nsString findHTML("resource:/res/samples/find.html"); //nsString findHTML("resource:/res/samples/find-table.html"); nsRect rect(0, 0, 510, 170); - //nsRect rect(0, 0, 480, 150); + //nsRect rect(0, 0, 480, 127); nsString title("Find"); nsXPBaseWindow * dialog = nsnull; diff --git a/xpfe/xpviewer/src/nsXPBaseWindow.cpp b/xpfe/xpviewer/src/nsXPBaseWindow.cpp index c8a8a883eac5..20e903487b0f 100644 --- a/xpfe/xpviewer/src/nsXPBaseWindow.cpp +++ b/xpfe/xpviewer/src/nsXPBaseWindow.cpp @@ -234,7 +234,7 @@ nsresult nsXPBaseWindow::Init(nsIAppShell* aAppShell, rv = mWebShell->Init(mWindow->GetNativeData(NS_NATIVE_WIDGET), r.x, r.y, r.width, r.height, nsScrollPreference_kNeverScroll, //nsScrollPreference_kAuto, - aAllowPlugins); + aAllowPlugins, PR_FALSE); mWebShell->SetContainer((nsIWebShellContainer*) this); mWebShell->SetObserver((nsIStreamObserver*)this); mWebShell->SetPrefs(aPrefs);