sidebar: the word SEARCHING didn't fit

This commit is contained in:
George Hotz
2022-03-31 18:57:00 -07:00
parent d932cb067b
commit f3d390bdfa
+1 -1
View File
@@ -76,7 +76,7 @@ void Sidebar::updateState(const UIState &s) {
if (s.scene.pandaType == cereal::PandaState::PandaType::UNKNOWN) {
pandaStatus = {"NO\nPANDA", danger_color};
} else if (s.scene.started && !sm["liveLocationKalman"].getLiveLocationKalman().getGpsOK()) {
pandaStatus = {"GPS\nSEARCHING", warning_color};
pandaStatus = {"GPS\nSEARCH", warning_color};
}
setProperty("pandaStatus", QVariant::fromValue(pandaStatus));
}