summaryrefslogtreecommitdiffstats
path: root/qt-mobile
diff options
context:
space:
mode:
Diffstat (limited to 'qt-mobile')
-rw-r--r--qt-mobile/main.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/qt-mobile/main.qml b/qt-mobile/main.qml
index ab147a2b4..a3da04d9c 100644
--- a/qt-mobile/main.qml
+++ b/qt-mobile/main.qml
@@ -69,7 +69,8 @@ ApplicationWindow {
id: highlightBar
Rectangle {
width: parent.width; height: 50
- color: "#FFFF88"
+ color: "lightsteelblue"
+ radius: 5
y: diveListView.currentItem.y;
Behavior on y { SpringAnimation { spring: 2; damping: 0.1 } }
}