configure: Minor change.

mesh
Pierre-Antoine Rouby 2023-03-20 10:46:02 +01:00
parent 6ef92b94d6
commit c87eaae516
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class SolverTableModel(QAbstractTableModel):
def headerData(self, section, orientation, role):
if role == Qt.ItemDataRole.DisplayRole and orientation == Qt.Orientation.Horizontal:
return self.headers[section]
return self.headers[section].capitalize()
if role == Qt.ItemDataRole.DisplayRole and orientation == Qt.Orientation.Vertical:
return section