[GRASS-SVN] r32462 -
grass/branches/releasebranch_6_3/scripts/d.rast.edit
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Aug 2 08:11:06 EDT 2008
Author: neteler
Date: 2008-08-02 08:11:06 -0400 (Sat, 02 Aug 2008)
New Revision: 32462
Modified:
grass/branches/releasebranch_6_3/scripts/d.rast.edit/d.rast.edit.tcl
Log:
glynn: Set weights on .overview, not . (merge from tunk, r32452)
Modified: grass/branches/releasebranch_6_3/scripts/d.rast.edit/d.rast.edit.tcl
===================================================================
--- grass/branches/releasebranch_6_3/scripts/d.rast.edit/d.rast.edit.tcl 2008-08-02 12:09:38 UTC (rev 32461)
+++ grass/branches/releasebranch_6_3/scripts/d.rast.edit/d.rast.edit.tcl 2008-08-02 12:11:06 UTC (rev 32462)
@@ -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