Increase width of task number column in story view
The task numbers are bigger now. Change-Id: I87cf0aeb9bf0dfb931da94f898ae1ad17ef90b50
This commit is contained in:
parent
076cf3ba4b
commit
af24488467
@ -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)),
|
||||
|
Loading…
Reference in New Issue
Block a user