From 2e12a1b9aa95f17584f9b06cf47e496b75717b5a Mon Sep 17 00:00:00 2001 From: Shinwoo Kim Date: Tue, 26 Mar 2013 11:10:55 +0900 Subject: [PATCH] [conform][access] remove temporal lines - indicator accessibility --- themes/widgets/conformant.edc | 28 +--------------------------- 1 file changed, 1 insertion(+), 27 deletions(-) diff --git a/themes/widgets/conformant.edc b/themes/widgets/conformant.edc index 3d36729..59b5dbb 100644 --- a/themes/widgets/conformant.edc +++ b/themes/widgets/conformant.edc @@ -132,20 +132,6 @@ min: 0 0; } } - part { name: "access"; type: RECT; - repeat_events: 1; - description { state: "default" 0.0; - fixed: 1 1; - rel1 { relative: 0.9 0.0; to: "elm.swallow.indicator"; } - rel2 { relative: 1.0 1.0; to: "elm.swallow.indicator"; } - color: 0 0 0 0; - visible: 0; - } - description { state: "visible" 0.0; - inherit: "default" 0.0; - visible: 1; - } - } part { name: "sip_area"; type: RECT; description { state: "default" 0.0; @@ -334,19 +320,7 @@ } } } - program { name: "access_on"; - signal: "elm,state,access,on"; - source: "elm"; - action: STATE_SET "visible" 0.0; - target: "access"; - } - program { name: "access_off"; - signal: "elm,state,access,off"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "access"; - } - program { + program { name: "change_to_landscape"; signal: "elm,state,landscape"; source: "elm"; -- 2.7.4