changed tooltip from pack to grid
This commit is contained in:
parent
6357062fec
commit
dbaf5dad91
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue