Fixed UI error

Qube Manager columns did not resize correctly in Qt5.

fixes QubesOS/qubes-issues#5278
This commit is contained in:
Marta Marczykowska-Górecka 2019-09-06 16:31:27 +02:00
parent 1ced452976
commit df9576a0f1
No known key found for this signature in database
GPG Key ID: 9A752C30B26FD04B

View File

@ -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 = {}