Slightly bump initial tooltip width

This commit is contained in:
Charles Dang 2016-10-04 19:35:50 +11:00
parent 7fa70375e1
commit a67809d240

View File

@ -122,7 +122,7 @@ def get_maximum_width(w, s)
( (
if(w.x = 0 if(w.x = 0
# The default width upon the initial run. # # The default width upon the initial run. #
, 400 , 450
, if(w.y <= s.y , if(w.y <= s.y
# If the window's height fits use that. # # If the window's height fits use that. #
, w.x , w.x