aboutsummaryrefslogtreecommitdiff
path: root/demos/testGraphics.tcl
diff options
context:
space:
mode:
authorlecoanet2006-10-27 14:04:00 +0000
committerlecoanet2006-10-27 14:04:00 +0000
commit566adb1f8a12ab2d56ca6c16d56664e3e1261498 (patch)
treeea9e6d356cc9938a146e46363e2d41072cb47b4f /demos/testGraphics.tcl
parenta1c2a5c10fad19b5ac194340965b23e32154b740 (diff)
downloadtkzinc-566adb1f8a12ab2d56ca6c16d56664e3e1261498.zip
tkzinc-566adb1f8a12ab2d56ca6c16d56664e3e1261498.tar.gz
tkzinc-566adb1f8a12ab2d56ca6c16d56664e3e1261498.tar.bz2
tkzinc-566adb1f8a12ab2d56ca6c16d56664e3e1261498.tar.xz
Patches for the new demos
Diffstat (limited to 'demos/testGraphics.tcl')
-rw-r--r--demos/testGraphics.tcl1
1 files changed, 0 insertions, 1 deletions
diff --git a/demos/testGraphics.tcl b/demos/testGraphics.tcl
index 20e64e5..0427549 100644
--- a/demos/testGraphics.tcl
+++ b/demos/testGraphics.tcl
@@ -22,7 +22,6 @@ namespace eval testGraphics {
catch {destroy $w}
toplevel $w
wm title $w "zincGraphics Demonstration"
- wm geometry $w "700x600+0+0"
wm iconname $w testGraphics
frame $w.buttons
pack $w.buttons -side bottom -fill x -pady 2m