From 0f1eade895f22155e051f12af5f6dc0dc2ac0625 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Sch=C3=B6berl?= Date: Tue, 3 Sep 2019 17:06:45 +0200 Subject: [PATCH] no border for drawing window --- ng/drawing.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ng/drawing.tcl b/ng/drawing.tcl index aebcdab0..b7e99b9d 100644 --- a/ng/drawing.tcl +++ b/ng/drawing.tcl @@ -40,7 +40,7 @@ if { [Ng_GetToglVersion] == 2 } { if { $toglok == 1} { # - pack .ndraw -expand true -fill both -padx 10 -pady 10 + pack .ndraw -expand true -fill both -padx 0 -pady 0 catch { tkdnd::drop_target register .ndraw DND_Files } # bind .ndraw {