vcl/android/androidinst.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit b5956d061735306bd9b49d7aa99f3ecc98efa189 Author: Michael Meeks <michael.me...@suse.com> Date: Thu Jan 10 11:14:33 2013 +0000 increase random default window size. Change-Id: I960d11c6098681356fea0634970545aa9af9bacb diff --git a/vcl/android/androidinst.cxx b/vcl/android/androidinst.cxx index d7b5ea4..6bc7754 100644 --- a/vcl/android/androidinst.cxx +++ b/vcl/android/androidinst.cxx @@ -385,7 +385,7 @@ void AndroidSalInstance::GetWorkArea( Rectangle& rRect ) { if (!mpApp || !mpApp->window) rRect = Rectangle( Point( 0, 0 ), - Size( 800, 600 ) ); + Size( 1280, 750 ) ); else rRect = Rectangle( Point( 0, 0 ), Size( ANativeWindow_getWidth( mpApp->window ), _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits