[Libreoffice-commits] .: Branch 'feature/androidapp' - vcl/android
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Jan 10 03:15:22 PST 2013
vcl/android/androidinst.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b5956d061735306bd9b49d7aa99f3ecc98efa189
Author: Michael Meeks <michael.meeks at 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 ),
More information about the Libreoffice-commits
mailing list