From ac182bd9bf076b4d03d4812e85b989edae32d756 Mon Sep 17 00:00:00 2001
From: "Javier S. Pedro" <maemo@javispedro.com>
Date: Sat, 11 May 2013 20:15:36 +0200
Subject: able to navigate watchlets in liveview

---
 nekowatchlet/liveview.qml |   7 +++++--
 nekowatchlet/neko-inv.png | Bin 0 -> 2426 bytes
 2 files changed, 5 insertions(+), 2 deletions(-)
 create mode 100644 nekowatchlet/neko-inv.png

(limited to 'nekowatchlet')

diff --git a/nekowatchlet/liveview.qml b/nekowatchlet/liveview.qml
index a9c5712..fcfb5ff 100644
--- a/nekowatchlet/liveview.qml
+++ b/nekowatchlet/liveview.qml
@@ -1,8 +1,11 @@
 import QtQuick 1.0
 
-Item {
+Rectangle {
+	color: "black"
+
 	Neko {
 		id: neko
+		imageSource: "neko-inv.png"
 		running: watch.active
 
 		targetX: goal.x
@@ -13,7 +16,7 @@ Item {
 		id: goal
 		width: 2
 		height: 2
-		color: "black"
+		color: "white"
 
 		Behavior on x { SmoothedAnimation { velocity: 80; }}
 		Behavior on y { SmoothedAnimation { velocity: 80; }}
diff --git a/nekowatchlet/neko-inv.png b/nekowatchlet/neko-inv.png
new file mode 100644
index 0000000..bbc80ad
Binary files /dev/null and b/nekowatchlet/neko-inv.png differ
-- 
cgit v1.2.3