mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-28 01:52:06 +08:00
cabana: align signal value vcenter (#27675)
old-commit-hash: f08132475dc94214c6deda42add8bb4360220ea6
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