summaryrefslogtreecommitdiffstats
path: root/data/themes/ulticontroller_2.0/mainscreen.edc
blob: 8c2dff0b4827bcfe9eab54696e40a8fe766c2f02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
images.image: "ultimaker_logo.png" COMP;

collections {
   group {
      name: "test";
      parts {
      	 part { name: "main"; type: IMAGE;
	    description {
	       image.normal: "ultimaker_logo.png";
	    }
	 }
      }
   }
}