Sfoglia il codice sorgente

wxGUI: enlarge map window for 3D (width)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@47901 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 13 anni fa
parent
commit
abb8f94ba0
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      gui/wxpython/gui_modules/globalvar.py

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

@@ -101,7 +101,7 @@ DIALOG_TEXTCTRL_SIZE = (400, -1)
 DIALOG_LAYER_SIZE = (100, -1)
 DIALOG_LAYER_SIZE = (100, -1)
 DIALOG_COLOR_SIZE = (30, 30)
 DIALOG_COLOR_SIZE = (30, 30)
 
 
-MAP_WINDOW_SIZE = (700, 600)
+MAP_WINDOW_SIZE = (725, 600)
 HIST_WINDOW_SIZE = (500, 350)
 HIST_WINDOW_SIZE = (500, 350)
 GM_WINDOW_SIZE = (500, 600)
 GM_WINDOW_SIZE = (500, 600)