mirror of
https://github.com/moveit/moveit_task_constructor.git
synced 2025-11-04 14:49:57 +08:00
panel: lower-case header texts
either all lower or all upper case.
This commit is contained in:
parent
a380fea938
commit
73fdca1708
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user