move show disk info button out of listbox

This commit is contained in:
Michael Hudson-Doyle 2017-10-25 16:23:25 +13:00
parent 08e51b87ae
commit bf1324f9b3
1 changed files with 2 additions and 2 deletions

View File

@ -38,10 +38,10 @@ class DiskPartitionView(BaseView):
('pack', Text("")),
Padding.center_79(ListBox(
self._build_model_inputs() + [
Text(""),
self.show_disk_info_w(),
])),
('pack', Pile([
Text(""),
('pack', Padding.center_79(self.show_disk_info_w())),
('pack', Text("")),
self._build_buttons(),
('pack', Text("")),