Browse Source

wxGUI: cosmetics in default positioning
(merge https://trac.osgeo.org/grass/changeset/44275 from devbr6)


git-svn-id: https://svn.osgeo.org/grass/grass/trunk@44277 15284696-431f-4ddb-bdfa-cd5b030d7da7

Martin Landa 14 năm trước cách đây
mục cha
commit
581e5f5293

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

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

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

@@ -74,7 +74,7 @@ class Settings:
                 'defWindowPos' : {
                     'enabled' : True,
                     'dim' : '%d,0,%d,%d,0,0,%d,%d' % \
-                        (globalvar.MAP_WINDOW_SIZE[0],
+                        (globalvar.MAP_WINDOW_SIZE[0] + 5,
                          globalvar.GM_WINDOW_SIZE[0],
                          globalvar.GM_WINDOW_SIZE[1],
                          globalvar.MAP_WINDOW_SIZE[0],