From 033e95e795d5f64b7d01b57d0d270aad2e145c72 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger <asterix@lagaule.org> Date: Mon, 6 Feb 2006 18:07:50 +0000 Subject: [PATCH] add a space in tooltip between image and text. Fix #1223 --- src/tooltips.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tooltips.py b/src/tooltips.py index 8184a4151..2cc80f2fc 100644 --- a/src/tooltips.py +++ b/src/tooltips.py @@ -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