theme: /efl,orient,(horizontal|vertical)/efl,state,(horizontal|vertical)/

Summary:
these signals aren't actually used by anything, just changing for grep

ref T8231

Reviewers: segfaultxavi

Reviewed By: segfaultxavi

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Maniphest Tasks: T8231

Differential Revision: https://phab.enlightenment.org/D10156
This commit is contained in:
Mike Blumenkrantz 2019-09-25 17:55:19 -04:00
parent a55580ab27
commit d2adb0d308
1 changed files with 2 additions and 2 deletions

View File

@ -436,13 +436,13 @@ group { "efl/tab_bar/tab";
programs {
EFL_UI_CLICKABLE_PART_BIND(event)
program {
signal: "efl,orient,horizontal"; source: "efl";
signal: "efl,state,horizontal"; source: "efl";
action: STATE_SET "default" 0.0;
target: "base";
target: "bend_clip";
}
program {
signal: "efl,orient,vertical"; source: "efl";
signal: "efl,state,vertical"; source: "efl";
action: STATE_SET "vert" 0.0;
target: "base";
target: "bend_clip";