theme: efl/photocam -> efl/image_zoomable

the theme group for a class should match its class name

ref T8231

Reviewed-by: Xavi Artigas <xavierartigas@yahoo.es>
Differential Revision: https://phab.enlightenment.org/D10052
This commit is contained in:
Mike Blumenkrantz 2019-09-20 12:51:18 -04:00 committed by Marcel Hollerbach
parent 527ca2e6c0
commit 659e0fc00c
2 changed files with 2 additions and 2 deletions

View File

@ -190,7 +190,7 @@ collections {
#include "edc/efl/tags.edc"
#include "edc/efl/panel.edc"
#include "edc/efl/tooltip.edc"
#include "edc/efl/photocam.edc"
#include "edc/efl/image_zoomable.edc"
#include "edc/efl/progress.edc"
#include "edc/efl/border.edc"
#include "edc/efl/spin.edc"

View File

@ -1,4 +1,4 @@
group { name: "efl/photocam";
group { name: "efl/image_zoomable";
inherit: "efl/scroller";
images.image: "knob_round_busy.png" COMP;
images.image: "glow_round_corners.png" COMP;