Browse Source

Removed <big> tag to remove the dancing in the grid when a message is marked as read.

master
Julio Biason 15 years ago
parent
commit
fd40013fc4
  1. 2
      mitterlib/ui/ui_pygtk.py

2
mitterlib/ui/ui_pygtk.py

@ -593,7 +593,7 @@ class Interface(object):
# message)
if not data.read:
read_status = '<big>&#9679;</big>'
read_status = ' &#9679;'
else:
read_status = ''

Loading…
Cancel
Save