fix offroad home on tici (#20435)

* grid layout was a hack

* duplicate slot

* looks better

* fix that

Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: 106ed2ea6664dc8332412407a87d578db01d42ff
This commit is contained in:
Adeeb Shihadeh
2021-03-22 14:27:37 -07:00
committed by GitHub
parent ae0756edc6
commit fe474a58c4
4 changed files with 22 additions and 39 deletions
+1 -1
View File
@@ -266,7 +266,7 @@ Export('envCython')
qt_env = env.Clone()
qt_modules = ["Widgets", "Gui", "Core", "Network", "Concurrent", "Multimedia"]
if arch != "aarch64":
qt_modules += ["DBus", "WebEngine", "WebEngineWidgets"]
qt_modules += ["DBus"]
qt_libs = []
if arch == "Darwin":