Code

Bump default for "widescreen" to target netbook sizes.
authorJon A. Cruz <jon@joncruz.org>
Fri, 2 Jul 2010 08:33:56 +0000 (01:33 -0700)
committerJon A. Cruz <jon@joncruz.org>
Fri, 2 Jul 2010 08:33:56 +0000 (01:33 -0700)
src/ui/uxmanager.cpp

index fbe000de9e66dad4fc10dd82a70b3cc083899886..a3ccb347176e7e65132568f064921617602d4d8f 100644 (file)
@@ -131,7 +131,7 @@ UXManagerImpl::UXManagerImpl() :
         int width = defaultScreen->get_width();
         int height = defaultScreen->get_height();
         gdouble aspect = static_cast<gdouble>(width) / static_cast<gdouble>(height);
-        if (aspect > 1.4) {
+        if (aspect > 1.65) {
             _widescreen = true;
         }
     }