[GRASS-SVN] r69486 - grass/branches/releasebranch_7_2/display/d.mon

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Sep 14 13:58:22 PDT 2016


Author: neteler
Date: 2016-09-14 13:58:21 -0700 (Wed, 14 Sep 2016)
New Revision: 69486

Modified:
   grass/branches/releasebranch_7_2/display/d.mon/proto.h
Log:
d.mon: enlarge width to unhide selection window; solves Gtk-CRITICAL GtkCheckButton message flooding (#3117) (trunk, r69485)

Modified: grass/branches/releasebranch_7_2/display/d.mon/proto.h
===================================================================
--- grass/branches/releasebranch_7_2/display/d.mon/proto.h	2016-09-14 20:56:34 UTC (rev 69485)
+++ grass/branches/releasebranch_7_2/display/d.mon/proto.h	2016-09-14 20:58:21 UTC (rev 69486)
@@ -1,6 +1,6 @@
 #ifndef __PROTO_H__
 #define __PROTO_H__
-#define DEFAULT_WIDTH 640
+#define DEFAULT_WIDTH 720
 #define DEFAULT_HEIGHT 480
 
 



More information about the grass-commit mailing list