panel: lower-case header texts

either all lower or all upper case.
This commit is contained in:
v4hn 2020-04-15 22:15:15 +02:00
parent a380fea938
commit 73fdca1708

View File

@ -61,7 +61,7 @@ QVariant TaskListModel::horizontalHeader(int column, int role) {
case Qt::DisplayRole:
switch (column) {
case 0:
return tr("Name");
return tr("name");
case 1:
return tr(u8"");
case 2: