cabana: align signal value vcenter (#27675)

old-commit-hash: f08132475d
beeps
Dean Lee 2 years ago committed by GitHub
parent b6897bce1a
commit 9e0df8b2ed
  1. 2
      tools/cabana/historylog.cc

@ -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 {};
}

Loading…
Cancel
Save