Skip to content

Commit

Permalink
Screenrecorder: fix layout hierarchy (commaai#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnyhaibin authored Aug 5, 2023
1 parent c81d29e commit a4d793b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/ui/qt/onroad.cc
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ AnnotatedCameraWidget::AnnotatedCameraWidget(VisionStreamType type, QWidget* par
left_img = loadPixmap("../assets/img_turn_left_icon.png", {subsign_img_size, subsign_img_size});
right_img = loadPixmap("../assets/img_turn_right_icon.png", {subsign_img_size, subsign_img_size});

QHBoxLayout *buttons_layout = new QHBoxLayout(this);
QHBoxLayout *buttons_layout = new QHBoxLayout();

// screen recoder - neokii

Expand Down

0 comments on commit a4d793b

Please sign in to comment.