Explorar el Código

qvm-template-gui: auto resize columns to the content

Marek Marczykowski-Górecki hace 3 años
padre
commit
fcf5db817f
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      qubesmanager/qvm_template_gui.py

+ 2 - 0
qubesmanager/qvm_template_gui.py

@@ -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