qvm-template-gui: auto resize columns to the content
This commit is contained in:
parent
6c9514c034
commit
fcf5db817f
@ -368,6 +368,8 @@ class QvmTemplateWindow(
|
||||
|
||||
super().__init__()
|
||||
self.setupUi(self)
|
||||
self.listing.header().setSectionResizeMode(
|
||||
PyQt5.QtWidgets.QHeaderView.ResizeToContents)
|
||||
|
||||
self.qubes_app = qubes_app
|
||||
self.qt_app = qt_app
|
||||
|
Loading…
Reference in New Issue
Block a user