From dbaf5dad9177ed1a43ed64c4f51b40c4101ceb38 Mon Sep 17 00:00:00 2001 From: bharnden <32446120+bharnden@users.noreply.github.com> Date: Thu, 7 Nov 2019 22:11:27 -0800 Subject: [PATCH] changed tooltip from pack to grid --- coretk/coretk/tooltip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coretk/coretk/tooltip.py b/coretk/coretk/tooltip.py index 7ccb505b..6fbbc3c9 100644 --- a/coretk/coretk/tooltip.py +++ b/coretk/coretk/tooltip.py @@ -29,7 +29,7 @@ class CreateToolTip(object): relief="solid", borderwidth=1, ) - label.pack(ipadx=1) + label.grid(padx=1) def close(self, event=None): if self.tw: