From 7138e598ce02a04cc91ac8d5d1b35f2a1fc30ab8 Mon Sep 17 00:00:00 2001 From: nanotube Date: Tue, 4 Mar 2008 05:10:20 +0000 Subject: [PATCH] widen tooltip default size from 150 to 300 px. --- tooltip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooltip.py b/tooltip.py index 4873ce5..8030fcf 100644 --- a/tooltip.py +++ b/tooltip.py @@ -45,7 +45,7 @@ class ToolTip: self._opts = {'anchor':'center', 'bd':1, 'bg':'lightyellow', 'delay':delay, 'fg':'black',\ 'follow_mouse':0, 'font':None, 'justify':'left', 'padx':4, 'pady':2,\ 'relief':'solid', 'state':'normal', 'text':text, 'textvariable':None,\ - 'width':0, 'wraplength':150} + 'width':0, 'wraplength':300} self.configure(**opts) self._tipwindow = None self._id = None -- 2.45.1