File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -398,6 +398,8 @@ method _do_new {} {
398
398
grid $w_body .where.l $w_body .where.t $w_body .where.b -sticky ew
399
399
pack $w_body .where -fill x
400
400
401
+ grid columnconfigure $w_body .where 1 -weight 1
402
+
401
403
trace add variable @local_path write [cb _write_local_path]
402
404
bind $w_body .h <Destroy> [list trace remove variable @local_path write [cb _write_local_path]]
403
405
update
@@ -998,6 +1000,8 @@ method _do_open {} {
998
1000
grid $w_body .where.l $w_body .where.t $w_body .where.b -sticky ew
999
1001
pack $w_body .where -fill x
1000
1002
1003
+ grid columnconfigure $w_body .where 1 -weight 1
1004
+
1001
1005
trace add variable @local_path write [cb _write_local_path]
1002
1006
bind $w_body .h <Destroy> [list trace remove variable @local_path write [cb _write_local_path]]
1003
1007
update
You can’t perform that action at this time.
0 commit comments