Revert "cabana: fix binary view for can-fd"

This reverts commit 245f706821382e47367c6379fb0462d21d686304.

old-commit-hash: 9a8bd8c097
taco
Cameron Clough 3 years ago
parent 55801ff8ae
commit 95d36f02ae
  1. 2
      tools/cabana/binaryview.cc

@ -25,7 +25,7 @@ BinaryView::BinaryView(QWidget *parent) : QTableView(parent) {
delete old_model; delete old_model;
QObject::connect(model, &QAbstractItemModel::modelReset, [this]() { QObject::connect(model, &QAbstractItemModel::modelReset, [this]() {
setFixedHeight((CELL_HEIGHT + 1) * std::min(model->rowCount(), 64) + 2); setFixedHeight((CELL_HEIGHT + 1) * std::min(model->rowCount(), 8) + 2);
}); });
} }

Loading…
Cancel
Save