From 54193f7704a4aa282eb40727aa43ad760023db10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Sch=C3=B6berl?= Date: Wed, 4 Sep 2019 00:21:19 +0200 Subject: [PATCH] update onetcl.cpp --- ng/onetcl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ng/onetcl.cpp b/ng/onetcl.cpp index 7e2abd70..bfe9f31a 100644 --- a/ng/onetcl.cpp +++ b/ng/onetcl.cpp @@ -3335,7 +3335,7 @@ const char * ngscript[] = {"" ,"}\n" ,"}\n" ,"if { $toglok == 1} {\n" -,"pack .ndraw -expand true -fill both -padx 10 -pady 10\n" +,"pack .ndraw -expand true -fill both -padx 0 -pady 0\n" ,"catch { tkdnd::drop_target register .ndraw DND_Files }\n" ,"bind .ndraw {\n" ,"set oldmousex %x; set oldmousey %y;\n"