summaryrefslogtreecommitdiffstats
path: root/src/ui/uxmanager.cpp
diff options
context:
space:
mode:
authorKrzysztof Kosi??ski <tweenk.pl@gmail.com>2010-08-08 17:27:51 +0000
committerKrzysztof KosiƄski <tweenk.pl@gmail.com>2010-08-08 17:27:51 +0000
commit60d3113d1f022a3de7cf04c7979d4751b3fe21f6 (patch)
treeca33e2a9a1af6b5911598fa1c6a1d77087b71dd2 /src/ui/uxmanager.cpp
parentMinor cleanups (diff)
parentAdd a constrained snap method that takes multiple constraints. This reduces t... (diff)
downloadinkscape-60d3113d1f022a3de7cf04c7979d4751b3fe21f6.tar.gz
inkscape-60d3113d1f022a3de7cf04c7979d4751b3fe21f6.zip
merge from trunk
(bzr r9508.1.52)
Diffstat (limited to 'src/ui/uxmanager.cpp')
-rw-r--r--src/ui/uxmanager.cpp2
1 files changed, 1 insertions, 1 deletions
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<gdouble>(width) / static_cast<gdouble>(height);
- if (aspect > 1.4) {
+ if (aspect > 1.65) {
_widescreen = true;
}
}