Forráskód Böngészése

wxNviz: lower default zoom step

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@48224 15284696-431f-4ddb-bdfa-cd5b030d7da7
Anna Petrášová 13 éve
szülő
commit
54565a8734
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      gui/wxpython/gui_modules/preferences.py

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

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