From 5aea253e5bc2a11a74f4872e24d7bb9b08649414 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 1 Nov 2000 04:57:49 +0000 Subject: Updated initial size to be 1000x1000. --- gtk/PlatGTK.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/PlatGTK.cxx b/gtk/PlatGTK.cxx index 46bffeb72..2dd35be7e 100644 --- a/gtk/PlatGTK.cxx +++ b/gtk/PlatGTK.cxx @@ -543,8 +543,8 @@ bool Window::HasFocus() { } PRectangle Window::GetPosition() { - // Before any size allocated pretend its 100 wide so not scrolled - PRectangle rc(0, 0, 100, 100); + // Before any size allocated pretend its 1000 wide so not scrolled + PRectangle rc(0, 0, 1000, 1000); if (id) { rc.left = id->allocation.x; rc.top = id->allocation.y; -- cgit v1.2.3