From 6951e7774c75380a71a0d125efc5b39aa0a72b1d Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Tue, 29 Oct 2024 21:04:08 +0100 Subject: [PATCH] make it non-resizable --- texttools.tcl | 1 + 1 file changed, 1 insertion(+) diff --git a/texttools.tcl b/texttools.tcl index 04b1df8..a5dd028 100755 --- a/texttools.tcl +++ b/texttools.tcl @@ -38,6 +38,7 @@ lappend transforms [list {Markdown Quote} markdown_quote] wm geometry . 750x650 wm title . "Text Tools" +wm resizable . false false text .content text .output