elm theme - remove access image - use rect

This commit is contained in:
Carsten Haitzler 2021-03-28 15:14:50 +01:00
parent f7e83e8f73
commit d684401fd0
2 changed files with 4 additions and 7 deletions

View File

@ -1,5 +1,4 @@
group { name: "elm/access/base/default";
images.image: "access_glow.png" LOSSY 85;
parts {
part { name: "block1"; type: RECT; mouse_events: 0;
description { state: "default" 0.0;
@ -47,13 +46,11 @@ group { name: "elm/access/base/default";
rel2.offset: -1 -1;
}
}
part { name: "base"; mouse_events: 0;
part { name: "base"; type: RECT; mouse_events: 0;
description { state: "default" 0.0;
image.normal: "access_glow.png";
image.border: 112 112 112 112;
rel1.offset: -102 -102;
rel2.offset: 101 101;
fill.smooth: 0;
rel1.offset: -20 -20;
rel2.offset: 19 19;
color: 255 153 51 64;
}
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB