From: Jon A. Cruz Date: Fri, 2 Jul 2010 08:33:56 +0000 (-0700) Subject: Bump default for "widescreen" to target netbook sizes. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=9258dbbd7b6a9516e2040ed076f40770e3d0489d;p=inkscape.git Bump default for "widescreen" to target netbook sizes. --- 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; } }