show table heading on filesystem view initial load

This commit is contained in:
Michael Hudson-Doyle 2019-04-01 21:04:00 +13:00
parent 4794a68306
commit 24012b14c7
1 changed files with 1 additions and 0 deletions

View File

@ -518,6 +518,7 @@ class FilesystemView(BaseView):
]
self.lb = ListBox(body)
self.lb.base_widget.offset_rows = 2
frame = screen(
self.lb, self._build_buttons(),
focus_buttons=self.model.can_install())