raster pushed a commit to branch feature/themes/flat. http://git.enlightenment.org/core/efl.git/commit/?id=8481f1548cfbdbd2fb04a956fa8718eb48a66d18
commit 8481f1548cfbdbd2fb04a956fa8718eb48a66d18 Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Sat Apr 25 13:30:30 2020 +0100 TH - fix photo scaling --- data/elementary/themes/edc/elm/photo.edc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/data/elementary/themes/edc/elm/photo.edc b/data/elementary/themes/edc/elm/photo.edc index 59bbc3e015..66751dc122 100644 --- a/data/elementary/themes/edc/elm/photo.edc +++ b/data/elementary/themes/edc/elm/photo.edc @@ -2,6 +2,7 @@ group { name: "elm/photo/base/default"; images.image: "win_shadow.png" COMP; parts { part { name: "shadow"; mouse_events: 0; + scale: 1; description { state: "default" 0.0; rel.to: "base"; WIN_SHADOW_SMALL; @@ -17,10 +18,12 @@ group { name: "elm/photo/base/default"; } } part { name: "clip"; type: RECT; + scale: 1; description { state: "default" 0.0; rel.to: "base"; rel1.offset: 4 4; rel2.offset: -5 -5; + offscale; } } part { name: "bg"; type: RECT; @@ -61,9 +64,11 @@ group { name: "elm/photo/base/shadow"; } parts { part { name: "size"; type: SPACER; + scale: 1; description { state: "default" 0.0; rel1.offset: 4 4; rel2.offset: -5 -5; + offscale; } } part { name: "base"; type: RECT; --
