theme: change part in elm photo group from swallow to spacer

Summary:
this appears to be a remnant of the time before edje had spacer parts
and other part types were randomly used instead

there is no library reference to this part and it is not namespaced so
there is no reason to leave it as a (confusing) swallow
Depends on D6040

Reviewers: cedric, Hermet

Reviewed By: Hermet

Subscribers: Hermet, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D6208
This commit is contained in:
Mike Blumenkrantz 2018-06-19 13:27:26 -04:00
parent 20889496c0
commit 3c7bf82efe
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ group { name: "elm/photo/base/shadow";
}
}
parts {
part { name: "size"; type: SWALLOW;
part { name: "size"; type: SPACER;
description { state: "default" 0.0;
rel1.offset: 7 7;
rel2.offset: -8 -8;