Skip to content
Snippets Groups Projects
Commit 033e95e7 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

add a space in tooltip between image and text. Fix #1223

parent 6ceb1343
No related branches found
No related tags found
No related merge requests found
......@@ -372,7 +372,7 @@ class RosterTooltip(NotificationAreaTooltip):
self.create_window()
self.hbox = gtk.HBox()
self.hbox.set_homogeneous(False)
self.hbox.set_spacing(0)
self.hbox.set_spacing(2)
self.create_table()
if not contacts or len(contacts) == 0:
# Tooltip for merged accounts row
......
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