Преглед на файлове

smaller width now possible for laptop screens

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@46929 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler преди 14 години
родител
ревизия
80d0624d39
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      gui/wxpython/gui_modules/globalvar.py

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

@@ -104,9 +104,9 @@ DIALOG_TEXTCTRL_SIZE = (400, -1)
 DIALOG_LAYER_SIZE = (100, -1)
 DIALOG_COLOR_SIZE = (30, 30)
 
-MAP_WINDOW_SIZE = (800, 600)
+MAP_WINDOW_SIZE = (674, 600)
 HIST_WINDOW_SIZE = (500, 350)
-GM_WINDOW_SIZE = (575, 600)
+GM_WINDOW_SIZE = (500, 600)
 
 MAP_DISPLAY_STATUSBAR_MODE = [_("Coordinates"),
                               _("Extent"),