1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-17 18:07:02 +00:00

Allow tcl demo to load zint from parent or neighbour foulder by default

This commit is contained in:
Harald Oehlmann
2025-02-04 16:58:09 +01:00
parent e38185121e
commit 336ab8dc9d

View File

@@ -1,4 +1,5 @@
package require Tk
lappend auto_path [file normalize [file dirname [info script]]/..]
package require zint
wm title . "ZINT Demo"
wm minsize . 480 320