elementary/elm_entry : Fixed a bug. While appending big sized string,
[framework/uifw/elementary.git] / data / objects / colorpreview.edc
1 images {
2    image: "grid_bg.png" COMP;
3 }
4
5 collections {
6    group { name: "main";
7       parts {
8          part { name: "Grid";
9             type: IMAGE;
10             description { state: "default" 0;
11                image.normal: "grid_bg.png";
12             }
13          }
14          part { name: "ColorPreview";
15             type: SWALLOW;
16             mouse_events: 0;
17             description { state: "default" 0;
18             }
19          }
20       }
21    }
22 }