Skip to content
Snippets Groups Projects
Commit 2efb4c28 authored by dkirov's avatar dkirov
Browse files

show_tooltip with the new arguments

(widget_height, widget_y_position)
parent b07bf11d
No related branches found
No related tags found
No related merge requests found
......@@ -179,9 +179,7 @@ def show_line_tooltip(self):
position = self.window.get_origin()
win = self.get_toplevel()
self.line_tooltip.show_tooltip(_('Text below this line is what has '
'been said since the last time you paid attention to this group chat'),
(0, 8), (win.get_screen().get_display().get_pointer()[1],
position[1] + pointer[1]))
'been said since the last time you paid attention to this group chat'), 8, position[1] + pointer[1])
def on_textview_motion_notify_event(self, widget, event):
'''change the cursor to a hand when we are over a mail or an url'''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment