summaryrefslogtreecommitdiffstats
path: root/CoffeeTweed/Taskbar.qml
diff options
context:
space:
mode:
Diffstat (limited to 'CoffeeTweed/Taskbar.qml')
-rw-r--r--CoffeeTweed/Taskbar.qml6
1 files changed, 6 insertions, 0 deletions
diff --git a/CoffeeTweed/Taskbar.qml b/CoffeeTweed/Taskbar.qml
new file mode 100644
index 0000000..f64ae17
--- /dev/null
+++ b/CoffeeTweed/Taskbar.qml
@@ -0,0 +1,6 @@
+import Qt 4.7
+
+Rectangle {
+ width: 800; height: 55
+ Image { source: "images/taskbar_placeholder.png" }
+}