theme: correct part name in program for elm/hover/base/main_menu_submenu/default

Summary:
@fix
Depends on D7605

Reviewers: cedric

Reviewed By: cedric

Subscribers: #reviewers, #committers

Tags: #efl

Maniphest Tasks: T6219

Differential Revision: https://phab.enlightenment.org/D7606
This commit is contained in:
Mike Blumenkrantz 2019-01-17 15:11:13 -05:00
parent 5adeda5133
commit 709c689fa0
1 changed files with 2 additions and 2 deletions

View File

@ -1134,12 +1134,12 @@ group { name: "elm/hover/base/main_menu_submenu/default";
program { name: "show";
signal: "elm,action,show"; source: "elm";
action: STATE_SET "visible" 0.0;
target: "base";
target: "top";
}
program { name: "hide";
signal: "elm,action,hide"; source: "elm";
action: STATE_SET "default" 0.0;
target: "base";
target: "top";
}
program { name: "bottomshow";
signal: "elm,action,slot,bottom,show"; source: "elm";