summaryrefslogtreecommitdiffstats
path: root/data/themes/ulticontroller_2.0/mainscreen.edc
diff options
context:
space:
mode:
authorOlliver Schinagl <oliver@schinagl.nl>2015-01-28 21:16:19 (GMT)
committerOlliver Schinagl <oliver@schinagl.nl>2015-01-28 21:16:19 (GMT)
commit875a697287f7f01cf181a3b47974c9f730fd86e1 (patch)
tree4902efb052a97ff8e5db2058dd93d68fb3bc8234 /data/themes/ulticontroller_2.0/mainscreen.edc
parent252a3bbc3f60ff8d7d8bceefc85286b7fcf97842 (diff)
downloadeulogium-875a697287f7f01cf181a3b47974c9f730fd86e1.zip
eulogium-875a697287f7f01cf181a3b47974c9f730fd86e1.tar.gz
eulogium-875a697287f7f01cf181a3b47974c9f730fd86e1.tar.bz2
temp
Diffstat (limited to 'data/themes/ulticontroller_2.0/mainscreen.edc')
-rw-r--r--data/themes/ulticontroller_2.0/mainscreen.edc14
1 files changed, 14 insertions, 0 deletions
diff --git a/data/themes/ulticontroller_2.0/mainscreen.edc b/data/themes/ulticontroller_2.0/mainscreen.edc
new file mode 100644
index 0000000..8c2dff0
--- /dev/null
+++ b/data/themes/ulticontroller_2.0/mainscreen.edc
@@ -0,0 +1,14 @@
+images.image: "ultimaker_logo.png" COMP;
+
+collections {
+ group {
+ name: "test";
+ parts {
+ part { name: "main"; type: IMAGE;
+ description {
+ image.normal: "ultimaker_logo.png";
+ }
+ }
+ }
+ }
+}