aboutsummaryrefslogtreecommitdiff
path: root/demos/testGraphics.tcl
diff options
context:
space:
mode:
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