fix crash in SnapList screen

This commit is contained in:
Michael Hudson-Doyle 2018-06-07 06:45:26 +12:00
parent 74a5f16535
commit 14c8273597
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ class SnapInfoView(WidgetWrap):
('pack', Text("")), ('pack', Text("")),
('pack', Text(snap.summary)), ('pack', Text(snap.summary)),
('pack', Text("")), ('pack', Text("")),
(10, self.lb_description), # overwritten in render() self.lb_description, # overwritten in render()
('pack', Text("")), ('pack', Text("")),
('weight', 1, self.lb_channels), ('weight', 1, self.lb_channels),
] ]