Explorar el Código

wxNviz: lower default zoom step

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@48224 15284696-431f-4ddb-bdfa-cd5b030d7da7
Anna Petrášová hace 13 años
padre
commit
54565a8734
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      gui/wxpython/gui_modules/preferences.py

+ 1 - 1
gui/wxpython/gui_modules/preferences.py

@@ -470,7 +470,7 @@ class Settings:
                 'view' : {
                     'persp' : {
                         'value' : 20,
-                        'step' : 5,
+                        'step' : 2,
                         },
                     'position' : {
                         'x' : 0.84,