From 05be1261427ae9894d5fde6b6650f916df782f58 Mon Sep 17 00:00:00 2001 From: George Hotz Date: Thu, 31 Mar 2022 18:57:00 -0700 Subject: [PATCH] sidebar: the word SEARCHING didn't fit old-commit-hash: f3d390bdfa03098efe9465796db10e32ec3b1452 --- selfdrive/ui/qt/sidebar.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/ui/qt/sidebar.cc b/selfdrive/ui/qt/sidebar.cc index cdff1fce86..cdce7b8281 100644 --- a/selfdrive/ui/qt/sidebar.cc +++ b/selfdrive/ui/qt/sidebar.cc @@ -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)); }