Salome HOME
ajust columns size in boundary condition dialog pre/V8_2_BR
authorPaul RASCLE <paul.rascle@edf.fr>
Wed, 5 Apr 2017 06:34:23 +0000 (08:34 +0200)
committerPaul RASCLE <paul.rascle@edf.fr>
Wed, 5 Apr 2017 06:34:23 +0000 (08:34 +0200)
src/HYDROGUI/BndConditionsDialog.py

index d885d921284cee9a9a62e556a6e20f0b786e89ef..b2783648a90e70e4ba09bb422bc12e13a64c7a27 100755 (executable)
@@ -227,6 +227,7 @@ class BoundaryConditionsDialog(QDialog):
             self.set_groups(groups)
         else:
             QMessageBox.warning(self, self.tr("Warning"), self.tr("Can't get group names from the selected MED file."))
+        self.boundaryConditionsTable.resizeColumnsToContents()
 
     """Select boundary conditions file"""
     def on_bnd_file_browse(self):