Cabana:: remove a fixed TODO (#26257)

remove a fixed TODO
old-commit-hash: 5e717c12f11151ca064c6829b75616c0776d0059
This commit is contained in:
Dean Lee
2022-10-27 13:14:26 +08:00
committed by GitHub
parent d492af3b34
commit e63b53335d
-1
View File
@@ -17,7 +17,6 @@ VideoWidget::VideoWidget(QWidget *parent) : QWidget(parent) {
QVBoxLayout *main_layout = new QVBoxLayout(this);
main_layout->setContentsMargins(0, 0, 0, 0);
// TODO: figure out why the CameraWidget crashed occasionally.
cam_widget = new CameraWidget("camerad", VISION_STREAM_ROAD, false, this);
cam_widget->setFixedSize(parent->width(), parent->width() / 1.596);
main_layout->addWidget(cam_widget);