OffroadAlert: add stretch at the bottom (#20856)

old-commit-hash: b0e2374635
commatwo_master
Dean Lee 4 years ago committed by GitHub
parent e333e4f189
commit cd50782410
  1. 1
      selfdrive/ui/qt/widgets/offroad_alerts.cc

@ -83,6 +83,7 @@ void OffroadAlert::refresh() {
l->setVisible(false); l->setVisible(false);
alerts_layout->addWidget(l); alerts_layout->addWidget(l);
} }
alerts_layout->addStretch(1);
} }
updateAlerts(); updateAlerts();

Loading…
Cancel
Save