elm theme - move to usnig same icons and remove unused images

This commit is contained in:
Carsten Haitzler 2021-03-28 02:20:24 +01:00
parent d40e2d8771
commit 0e3a2e6ec7
7 changed files with 8 additions and 16 deletions

View File

@ -63,7 +63,6 @@ group { name: "elm/multibuttonentry/guidetext/default";
}
group { name: "elm/multibuttonentry/btn/default";
images.image: "border_close.png" COMP;
styles {
style { name: "multibuttonentry_textblock_style";
base: "font="FN" align=0.5 font_size=10 color=#ffff text_class=multibuttonentry_item ellipsis=1.0";
@ -113,7 +112,7 @@ group { name: "elm/multibuttonentry/btn/default";
}
part { name: "close"; mouse_events: 0;
description { state: "default" 0.0;
image.normal: "border_close.png";
image.normal: "i-close";
rel.to: "del";
min: 15 15;
max: 15 15;

View File

@ -1132,8 +1132,6 @@ group { name: "e/modules/everything/thumbview/main/scrollframe";
}
group { name: "e/modules/everything/thumbview/item/thumb";
images.image: "border_close.png" COMP;
images.image: "calendar_next.png" COMP;
parts {
part { name: "sel_base"; type: RECT; mouse_events: 0;
description { state: "default" 0.0;
@ -1206,7 +1204,7 @@ group { name: "e/modules/everything/thumbview/item/thumb";
description { state: "default" 0.0;
visible: 0;
color: 255 255 255 255;
image.normal: "border_close.png";
image.normal: "i-close";
min: 15 15;
max: 15 15;
rel1.offset: 4 4;
@ -1225,7 +1223,7 @@ group { name: "e/modules/everything/thumbview/item/thumb";
description { state: "default" 0.0;
visible: 0;
color: 255 255 255 255;
image.normal: "calendar_next.png";
image.normal: "i-arrow-r";
min: 15 15;
max: 15 15;
rel1.offset: -5 4;
@ -1301,8 +1299,6 @@ group { name: "e/modules/everything/thumbview/item/thumb";
group { name: "e/modules/everything/thumbview/item/list";
data.item: "stacking" "below";
data.item: "selectraise" "on";
images.image: "border_close.png" COMP;
images.image: "calendar_next.png" COMP;
parts {
part { name: "sel_base"; type: RECT; mouse_events: 0;
description { state: "default" 0.0;
@ -1408,7 +1404,7 @@ group { name: "e/modules/everything/thumbview/item/list";
description { state: "default" 0.0;
visible: 0;
color: 255 255 255 255;
image.normal: "border_close.png";
image.normal: "i-close";
min: 15 15;
max: 15 15;
rel1.offset: 4 4;
@ -1427,7 +1423,7 @@ group { name: "e/modules/everything/thumbview/item/list";
description { state: "default" 0.0;
visible: 0;
color: 255 255 255 255;
image.normal: "calendar_next.png";
image.normal: "i-arrow-r";
min: 15 15;
max: 15 15;
rel1.offset: -5 4;

View File

@ -21,7 +21,6 @@ group { name: "e/modules/notification/logo";
}
group { name: "e/modules/notification/main";
images.image: "border_close.png" COMP;
images.image: "win_shadow.png" COMP;
data.item: "app_icon_max" "48 48";
styles {
@ -163,7 +162,7 @@ group { name: "e/modules/notification/main";
part { name: "close";
description { state: "default" 0.0;
image.normal: "border_close.png";
image.normal: "i-close";
rel.to: "notification.event.close";
min: 15 15;
max: 15 15;

View File

@ -1,6 +1,4 @@
group { name: "e/widgets/toolbar";
images.image: "calendar_next.png" COMP;
images.image: "calendar_prev.png" COMP;
parts {
part { name: "base"; type: RECT; mouse_events: 0;
description { state: "default" 0.0;
@ -59,7 +57,7 @@ group { name: "e/widgets/toolbar";
fixed: 1 1;
rel1.to: "arrow1_ev";
rel2.to: "arrow1_ev";
image.normal: "calendar_prev.png";
image.normal: "i-arrow-l";
FIXED_SIZE(15, 15)
color: 160 160 160 255;
}
@ -91,7 +89,7 @@ group { name: "e/widgets/toolbar";
fixed: 1 1;
rel1.to: "arrow2_ev";
rel2.to: "arrow2_ev";
image.normal: "calendar_next.png";
image.normal: "i-arrow-r";
FIXED_SIZE(15, 15)
color: 160 160 160 255;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 124 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 105 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 103 B