Linebreas ftw ;).
This commit is contained in:
parent
5638c568e6
commit
fa4c570a9f
1 changed files with 2 additions and 2 deletions
|
@ -556,8 +556,8 @@ class ConversationTextview:
|
||||||
# check if the current pointer is still over the line
|
# check if the current pointer is still over the line
|
||||||
position = self.tv.window.get_origin()
|
position = self.tv.window.get_origin()
|
||||||
self.line_tooltip.show_tooltip(_('Text below this line is what has '
|
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'),
|
'been said since the\nlast time you paid attention to this group '
|
||||||
8, position[1] + pointer[1])
|
'chat'), 8, position[1] + pointer[1])
|
||||||
|
|
||||||
def on_textview_expose_event(self, widget, event):
|
def on_textview_expose_event(self, widget, event):
|
||||||
expalloc = event.area
|
expalloc = event.area
|
||||||
|
|
Loading…
Add table
Reference in a new issue