OffroadAlert: add stretch at the bottom (#20856)

albatross
Dean Lee 2021-05-09 13:21:00 +08:00 committed by GitHub
parent 7222d0f20d
commit b0e2374635
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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