浏览代码

wxGUI: enlarge LM window (gnome issue)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@68229 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 9 年之前
父节点
当前提交
5cc7a2c271
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      gui/wxpython/core/globalvar.py

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

@@ -131,7 +131,7 @@ GM_WINDOW_MIN_SIZE = (525, 400)
 if sys.platform in ('win32', 'darwin') or os.environ.get('UBUNTU_MENUPROXY'):
     GM_WINDOW_SIZE = (GM_WINDOW_MIN_SIZE[0], 600)
 else:
-    GM_WINDOW_SIZE = (600, 600)
+    GM_WINDOW_SIZE = (625, 600)
 
 if sys.platform == 'win32':
     BIN_EXT = '.exe'