summaryrefslogtreecommitdiff
path: root/alot
diff options
context:
space:
mode:
Diffstat (limited to 'alot')
-rw-r--r--alot/widgets.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/widgets.py b/alot/widgets.py
index 231e5128..962706aa 100644
--- a/alot/widgets.py
+++ b/alot/widgets.py
@@ -71,7 +71,7 @@ class ThreadlineWidget(urwid.AttrMap):
self.subject_w = urwid.AttrMap(urwid.Text(subjectstring, wrap='clip'),
'threadline_subject')
if subjectstring:
- cols.append(('fixed', len(subjectstring), self.subject_w))
+ cols.append(('weight', 2, self.subject_w))
if self.display_content:
msgs = self.thread.get_messages().keys()