mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-09 15:42:11 +08:00
cabana: fixed row height issue in multi-line hex display (#32816)
fix multile line bytes old-commit-hash: 8b7ffc96b5598327848e53d1a22400b0baed343f
This commit is contained in:
@@ -411,7 +411,7 @@ void MessageView::updateBytesSectionSize() {
|
||||
max_bytes = std::max<int>(max_bytes, m.dat.size());
|
||||
}
|
||||
}
|
||||
setUniformRowHeights(!delegate->multipleLines() || max_bytes <= 8);
|
||||
setUniformRowHeights(!delegate->multipleLines());
|
||||
header()->resizeSection(MessageListModel::Column::DATA, delegate->sizeForBytes(max_bytes).width());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user