First commit. Here we go.
[canola-rtm] / data / themes / default / default_icons.edc
1 /*
2  * Canola2 Remember The Milk Plugin
3  * Author: Andrey Popelo <andrey@popelo.com>
4  *
5  * This program is free software: you can redistribute it and/or modify
6  * it under the terms of the GNU General Public License as published by
7  * the Free Software Foundation, either version 3 of the License, or
8  * (at your option) any later version.
9  *
10  * This program is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13  * GNU General Public License for more details.
14  *
15  * You should have received a copy of the GNU General Public License
16  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
17  *
18  * Additional permission under GNU GPL version 3 section 7
19  *
20  * If you modify this Program, or any covered work, by linking or combining it
21  * with Canola2 and its core components (or a modified version of any of those),
22  * containing parts covered by the terms of Instituto Nokia de Tecnologia End
23  * User Software Agreement, the licensors of this Program grant you additional
24  * permission to convey the resulting work.
25  */
26
27 group {
28    name: "icon/main_item/rtm";
29    images.image: "images/ico_apps_rtm.png" COMP;
30    parts {
31       part {
32          name: "icon";
33          type: IMAGE;
34          mouse_events: 0;
35          description {
36             state: "default" 0.0;
37             rel1 {
38                relative: 0.0 0.0;
39                offset: 0 0;
40             }
41             rel2 {
42                relative: 1.0 1.0;
43                offset: -1 -1;
44             }
45             image.normal: "images/ico_apps_rtm.png";
46          }
47       }
48    }
49 }