From 2cbd7df913b9e25eb14bf53df7ba1449a686d9ea Mon Sep 17 00:00:00 2001 From: svkalinin Date: Thu, 10 Nov 2022 15:42:47 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D1=80=D0=B0=D0=BC=D0=BA=D1=83=20=D0=BA=D0=BE=D0=BD=D1=83=20?= =?UTF-8?q?=D0=B2=D0=B2=D0=BE=D0=B4=D0=B0=20=D0=BD=D0=BE=D0=BC=D0=B5=D1=80?= =?UTF-8?q?=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/editor.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/editor.tcl b/lib/editor.tcl index fd7e0c7..675ae17 100644 --- a/lib/editor.tcl +++ b/lib/editor.tcl @@ -1319,7 +1319,7 @@ namespace eval Editor { wm overrideredirect $win 1 ttk::entry $win.ent - pack $win.ent -expand true -fill y -side left + pack $win.ent -expand true -fill y -side left -padx 3 -pady 3 bind $win { destroy $Editor::win