X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=data%2Fthemes%2Fdefault%2Fdefault_icons.edc;fp=data%2Fthemes%2Fdefault%2Fdefault_icons.edc;h=bfa82476d1d69273c4622f6985fce23017bcc8ea;hb=8e64d2ef3eaa9ef91197cafc0a73447ab3df0b4d;hp=0000000000000000000000000000000000000000;hpb=cf560fc7aa26b949f58929799de8f32b0a164567;p=canola-rtm diff --git a/data/themes/default/default_icons.edc b/data/themes/default/default_icons.edc new file mode 100644 index 0000000..bfa8247 --- /dev/null +++ b/data/themes/default/default_icons.edc @@ -0,0 +1,49 @@ +/* + * Canola2 Remember The Milk Plugin + * Author: Andrey Popelo + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * Additional permission under GNU GPL version 3 section 7 + * + * If you modify this Program, or any covered work, by linking or combining it + * with Canola2 and its core components (or a modified version of any of those), + * containing parts covered by the terms of Instituto Nokia de Tecnologia End + * User Software Agreement, the licensors of this Program grant you additional + * permission to convey the resulting work. + */ + +group { + name: "icon/main_item/rtm"; + images.image: "images/ico_apps_rtm.png" COMP; + parts { + part { + name: "icon"; + type: IMAGE; + mouse_events: 0; + description { + state: "default" 0.0; + rel1 { + relative: 0.0 0.0; + offset: 0 0; + } + rel2 { + relative: 1.0 1.0; + offset: -1 -1; + } + image.normal: "images/ico_apps_rtm.png"; + } + } + } +}