[Marble-commits] KDE/kdeedu/marble/src/lib
Dennis Nienhüser
earthwings at gentoo.org
Tue Nov 30 22:28:41 CET 2010
SVN commit 1202435 by nienhueser:
Increase the default zoom step by a factor of two on Maemo.
CCBUG: 254801
M +1 -1 MarbleWidget.cpp
--- trunk/KDE/kdeedu/marble/src/lib/MarbleWidget.cpp #1202434:1202435
@@ -75,7 +75,7 @@
m_stillQuality( HighQuality ),
m_animationQuality( LowQuality ),
m_animationsEnabled( false ),
- m_zoomStep( 40 ),
+ m_zoomStep( MarbleGlobal::getInstance()->profiles() & MarbleGlobal::SmallScreen ? 80 : 40 ),
m_inputhandler( 0 ),
m_physics( new MarblePhysics( parent ) ),
m_repaintTimer(),
More information about the Marble-commits
mailing list