Skip to content

Commit

Permalink
ui: screenrecorder button resize (commaai#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnyhaibin authored Sep 13, 2023
1 parent fa1188a commit 9545f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/ui/qt/screenrecorder/screenrecorder.cc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ScreenRecoder::ScreenRecoder(QWidget *parent) : QPushButton(parent), image_queue
recording = false;
started = 0;
frame = 0;
rec_btn_size = 120;
rec_btn_size = 150;

setVisible(false);
setFixedSize(rec_btn_size, rec_btn_size);
Expand Down

0 comments on commit 9545f25

Please sign in to comment.