From ffd8f7ee3d1b69848b62ad51725751f9a14186d9 Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Fri, 2 Jul 2010 01:33:56 -0700 Subject: Bump default for "widescreen" to target netbook sizes. (bzr r9554) --- src/ui/uxmanager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/uxmanager.cpp') diff --git a/src/ui/uxmanager.cpp b/src/ui/uxmanager.cpp index fbe000de9..a3ccb3471 100644 --- a/src/ui/uxmanager.cpp +++ b/src/ui/uxmanager.cpp @@ -131,7 +131,7 @@ UXManagerImpl::UXManagerImpl() : int width = defaultScreen->get_width(); int height = defaultScreen->get_height(); gdouble aspect = static_cast(width) / static_cast(height); - if (aspect > 1.4) { + if (aspect > 1.65) { _widescreen = true; } } -- cgit v1.2.3