OffroadAlert: add stretch at the bottom (#20856)

pull/20863/head
Dean Lee 4 years ago committed by GitHub
parent 7222d0f20d
commit b0e2374635
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      selfdrive/ui/qt/widgets/offroad_alerts.cc

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

Loading…
Cancel
Save