Slightly bump initial tooltip width
This commit is contained in:
parent
7fa70375e1
commit
a67809d240
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ def get_maximum_width(w, s)
|
|||
(
|
||||
if(w.x = 0
|
||||
# The default width upon the initial run. #
|
||||
, 400
|
||||
, 450
|
||||
, if(w.y <= s.y
|
||||
# If the window's height fits use that. #
|
||||
, w.x
|
||||
|
|
Loading…
Add table
Reference in a new issue