fix stupid mistake in previous commit

This commit is contained in:
Michael Hudson-Doyle 2018-07-02 09:49:57 +12:00
parent 38eccb8382
commit 51f0a3561c
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ class DeviceList(WidgetWrap):
self.show_available = show_available self.show_available = show_available
self.table = TablePile([], spacing=2, colspecs={ self.table = TablePile([], spacing=2, colspecs={
0: ColSpec(rpad=1), 0: ColSpec(rpad=1),
1: ColSpec(can_shrink=False), 1: ColSpec(can_shrink=True),
2: ColSpec(min_width=9), 2: ColSpec(min_width=9),
3: ColSpec(rpad=1), 3: ColSpec(rpad=1),
4: ColSpec(rpad=1), 4: ColSpec(rpad=1),