From 8815f3dbd0e75aacb9b9c42efc1a4caccd78c991 Mon Sep 17 00:00:00 2001 From: Paul RASCLE Date: Wed, 5 Apr 2017 08:34:23 +0200 Subject: [PATCH] ajust columns size in boundary condition dialog --- src/HYDROGUI/BndConditionsDialog.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/HYDROGUI/BndConditionsDialog.py b/src/HYDROGUI/BndConditionsDialog.py index d885d92..b278364 100755 --- a/src/HYDROGUI/BndConditionsDialog.py +++ b/src/HYDROGUI/BndConditionsDialog.py @@ -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): -- 2.30.2