Browse Source

another reduction of the warp mode to remove the horizontal scrolling

master
Julio Biason 14 years ago
parent
commit
988e676982
  1. 2
      mitterlib/ui/helpers/gtk_messagegrid.py

2
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.

Loading…
Cancel
Save