qt ui: remove line between poweroff/reboot

old-commit-hash: c9aa9b0178
commatwo_master
Willem Melching 4 years ago
parent bf39eb50ad
commit bbba320d22
  1. 1
      selfdrive/ui/qt/offroad/settings.cc

@ -158,7 +158,6 @@ QWidget * device_panel() {
QPushButton *poweroff_btn = new QPushButton("Power Off");
device_layout->addWidget(poweroff_btn, Qt::AlignBottom);
device_layout->addWidget(horizontal_line(), Qt::AlignBottom);
QPushButton *reboot_btn = new QPushButton("Reboot");
device_layout->addWidget(reboot_btn, Qt::AlignBottom);
device_layout->addWidget(horizontal_line(), Qt::AlignBottom);

Loading…
Cancel
Save