Commit c87eaae5 authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

configure: Minor change.

Showing with 1 addition and 1 deletion
+1 -1
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment