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