From 988e67698284ed649eb8d2e48986ffa0961dd318 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Fri, 23 Apr 2010 16:30:11 -0300 Subject: [PATCH] another reduction of the warp mode to remove the horizontal scrolling --- mitterlib/ui/helpers/gtk_messagegrid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mitterlib/ui/helpers/gtk_messagegrid.py b/mitterlib/ui/helpers/gtk_messagegrid.py index 5919d82..17edfb6 100644 --- a/mitterlib/ui/helpers/gtk_messagegrid.py +++ b/mitterlib/ui/helpers/gtk_messagegrid.py @@ -359,7 +359,7 @@ class MessageGrid(gtk.ScrolledWindow, gobject.GObject): iter = model.get_iter_first() path = model.get_path(iter) - width = size - 85 # 48 = icon size + width = size - 90 # 48 = icon size # TODO: Find out where those 37 pixels came from and/or if they # are platform specific.