OffroadAlert: add stretch at the bottom (#20856)

This commit is contained in:
Dean Lee
2021-05-09 13:21:00 +08:00
committed by GitHub
parent 7222d0f20d
commit b0e2374635

View File

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