[GRASS-SVN] r32452 - grass/trunk/scripts/d.rast.edit

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Aug 1 18:57:37 EDT 2008


Author: glynn
Date: 2008-08-01 18:57:36 -0400 (Fri, 01 Aug 2008)
New Revision: 32452

Modified:
   grass/trunk/scripts/d.rast.edit/d.rast.edit.tcl
Log:
Set weights on .overview, not .


Modified: grass/trunk/scripts/d.rast.edit/d.rast.edit.tcl
===================================================================
--- grass/trunk/scripts/d.rast.edit/d.rast.edit.tcl	2008-08-01 16:02:27 UTC (rev 32451)
+++ grass/trunk/scripts/d.rast.edit/d.rast.edit.tcl	2008-08-01 22:57:36 UTC (rev 32452)
@@ -154,8 +154,8 @@
 	grid .overview.canvas .overview.yscroll -sticky nsew
 	grid .overview.xscroll -sticky nsew
 
-	grid rowconfigure    . 0 -weight 1
-	grid columnconfigure . 0 -weight 1
+	grid rowconfigure    .overview 0 -weight 1
+	grid columnconfigure .overview 0 -weight 1
 
 	bind .overview.canvas <ButtonPress-1>   { set_window %x %y }
 	bind .overview.canvas <B1-Motion>       { set_window %x %y }



More information about the grass-commit mailing list