summaryrefslogtreecommitdiff
path: root/sysui/MyCar/MyCarOverview.qml
diff options
context:
space:
mode:
authorJohan Montan <johan.montan@gmail.com>2016-09-16 15:00:01 +0200
committerErik Botö <erik.boto@pelagicore.com>2016-10-24 11:53:50 +0000
commit9bc6969feeb58313198a724846b528df2cdeea58 (patch)
tree475cf7ddb61ae81fbabec858a5e8003e8e237891 /sysui/MyCar/MyCarOverview.qml
parent3afd286f5a364c4ba91cc5e4d7b7a2ef898e3c86 (diff)
downloadneptune-ui-9bc6969feeb58313198a724846b528df2cdeea58.tar.gz
Scrolling/Flickering disabled for static lists
Change-Id: I68414160bf3582a1c4f67d0892458bb55de5c291 Reviewed-by: Nedim Hadzic <nedim.hadzic@pelagicore.com>
Diffstat (limited to 'sysui/MyCar/MyCarOverview.qml')
-rw-r--r--sysui/MyCar/MyCarOverview.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysui/MyCar/MyCarOverview.qml b/sysui/MyCar/MyCarOverview.qml
index d7ca794..1febb22 100644
--- a/sysui/MyCar/MyCarOverview.qml
+++ b/sysui/MyCar/MyCarOverview.qml
@@ -51,6 +51,7 @@ UIElement {
id: view
width: Style.hspan(5)
Layout.fillHeight: true
+ interactive: false
model: ListModel {
ListElement { name: "Tire Pressure"; symbol: "tire_pressure"; slide: "TireFault" }