Przeglądaj źródła

Give XYZ positioning a much larger potential range

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@41142 15284696-431f-4ddb-bdfa-cd5b030d7da7
Michael Barton 15 lat temu
rodzic
commit
73919d9322
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      gui/wxpython/gui_modules/nviz_tools.py

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

@@ -568,7 +568,7 @@ class NvizToolWindow(wx.Frame):
 
 
         # position
         # position
         self.CreateControl(panel, dict=self.win['surface'], name='position',
         self.CreateControl(panel, dict=self.win['surface'], name='position',
-                           range=(-100, 100),
+                           range=(-10000, 10000),
                            bind=(self.OnSurfacePosition, self.OnSurfacePosition, self.OnSurfacePosition))
                            bind=(self.OnSurfacePosition, self.OnSurfacePosition, self.OnSurfacePosition))