auto_completion - adjust scale value

This commit is contained in:
ChunEon Park 2014-07-19 13:56:26 +09:00
parent 408e6fd04d
commit 1430eb9741
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ init_thread_cb(void *data, Ecore_Thread *thread EINA_UNUSED)
COMPDATA_SET(ad, "signal",AUTOCOMP_SIGNAL, 2, 0);
COMPDATA_SET(ad, "source",AUTOCOMP_SOURCE, 2, 0);
COMPDATA_SET(ad, "target",AUTOCOMP_TARGET, 2, 0);
COMPDATA_SET(ad, "scale",AUTOCOMP_SCALE, 0, 0);
COMPDATA_SET(ad, "scale",AUTOCOMP_SCALE, 1, 0);
COMPDATA_SET(ad, "rel1",AUTOCOMP_REL1, 2, 1);
COMPDATA_SET(ad, "rel2",AUTOCOMP_REL2, 2, 1);
COMPDATA_SET(ad, "relatvie",AUTOCOMP_RELATIVE, 1, 0);

View File

@ -97,7 +97,7 @@ const char *AUTOCOMP_TARGET[AUTOCOMP_TARGET_LINE_CNT] =
#define AUTOCOMP_SCALE_LINE_CNT 1
const char *AUTOCOMP_SCALE[AUTOCOMP_SCALE_LINE_CNT] =
{
"scale: 1;"
"scale: ;"
};
#define AUTOCOMP_REL1_LINE_CNT 3