diff --git a/src/view/ConfigureWindow.py b/src/view/ConfigureWindow.py index fbf66f83b0380c6a7f03ec4e591424a33457807b..ebba497c9da4d208c6ef7e61b271b699a628c70d 100644 --- a/src/view/ConfigureWindow.py +++ b/src/view/ConfigureWindow.py @@ -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