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