summaryrefslogtreecommitdiffstats
path: root/src/ui/uxmanager.cpp
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2010-07-02 08:33:56 +0000
committerJon A. Cruz <jon@joncruz.org>2010-07-02 08:33:56 +0000
commitffd8f7ee3d1b69848b62ad51725751f9a14186d9 (patch)
treee101d335d99912052a4a0e35c950ed2112abd5f8 /src/ui/uxmanager.cpp
parentRough pass of Fill-n-Stroke swatch conversion. (diff)
downloadinkscape-ffd8f7ee3d1b69848b62ad51725751f9a14186d9.tar.gz
inkscape-ffd8f7ee3d1b69848b62ad51725751f9a14186d9.zip
Bump default for "widescreen" to target netbook sizes.
(bzr r9554)
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;
}
}