Increase width of task number column in story view

The task numbers are bigger now.

Change-Id: I87cf0aeb9bf0dfb931da94f898ae1ad17ef90b50
This commit is contained in:
James E. Blair 2019-02-27 12:19:45 -08:00
parent 076cf3ba4b
commit af24488467
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ class TaskRow(urwid.WidgetWrap):
self.columns = urwid.Columns([], dividechars=1)
for (widget, attr, packing) in [
(self.taskid, 'task-id', ('given', 4, False)),
(self.taskid, 'task-id', ('given', 6, False)),
(self.project, 'task-project', ('weight', 1, False)),
(self.title, 'task-title', ('weight', 2, False)),
(self.status, 'task-status', ('weight', 1, False)),