[GRASS-SVN] r48224 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Sep 9 14:38:00 EDT 2011
Author: annakrat
Date: 2011-09-09 11:38:00 -0700 (Fri, 09 Sep 2011)
New Revision: 48224
Modified:
grass/trunk/gui/wxpython/gui_modules/preferences.py
Log:
wxNviz: lower default zoom step
Modified: grass/trunk/gui/wxpython/gui_modules/preferences.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/preferences.py 2011-09-09 18:33:40 UTC (rev 48223)
+++ grass/trunk/gui/wxpython/gui_modules/preferences.py 2011-09-09 18:38:00 UTC (rev 48224)
@@ -470,7 +470,7 @@
'view' : {
'persp' : {
'value' : 20,
- 'step' : 5,
+ 'step' : 2,
},
'position' : {
'x' : 0.84,
More information about the grass-commit
mailing list