mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-06 00:36:32 +08:00
cabana: align signal value vcenter (#27675)
This commit is contained in:
@@ -21,7 +21,7 @@ QVariant HistoryLogModel::data(const QModelIndex &index, int role) const {
|
||||
} else if (role == BytesRole) {
|
||||
return m.data;
|
||||
} else if (role == Qt::TextAlignmentRole) {
|
||||
return Qt::AlignRight;
|
||||
return (uint32_t)(Qt::AlignRight | Qt::AlignVCenter);
|
||||
}
|
||||
return {};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user