Fixed UI error
Qube Manager columns did not resize correctly in Qt5. fixes QubesOS/qubes-issues#5278
This commit is contained in:
parent
1ced452976
commit
df9576a0f1
@ -484,6 +484,8 @@ class VmManagerWindow(ui_qubemanager.Ui_VmManagerWindow, QtWidgets.QMainWindow):
|
||||
|
||||
self.fill_table()
|
||||
|
||||
self.table.resizeColumnsToContents()
|
||||
|
||||
self.update_size_on_disk = False
|
||||
self.shutdown_monitor = {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user