--- ray/src/util/getfile3.6.tcl 1994/12/01 10:14:56 2.8 +++ ray/src/util/getfile3.6.tcl 2003/02/22 02:07:30 2.10 @@ -1,4 +1,4 @@ -# SCCSid "$SunId$ LBL" +# RCSid: $Id: getfile3.6.tcl,v 2.10 2003/02/22 02:07:30 greg Exp $ # # Usage: getfile [-win w] [-grab] [-perm] [-glob pattern] [-view proc] [-send proc] # @@ -61,12 +61,12 @@ proc getfile args { # get filename interactively # Create widgets catch {destroy $w} if $topwin { - toplevel $w -geometry 400x410 + toplevel $w -width 400 -height 410 wm title $w "File Picker" wm iconname $w "Files" wm minsize $w 400 300 } else { - frame $w -geometry 400x410 + frame $w -width 400 -height 410 pack $w } if $dograb { grab $w }