From 87e4d774369ae74b4e96b2ef4ec861139e92ace3 Mon Sep 17 00:00:00 2001 From: Jaehwan Kim Date: Wed, 25 Jan 2012 16:47:58 +0900 Subject: [PATCH] [controlbar] hide separators Change-Id: Ie7acfed870b29654b735d656ce490c6752d99214 --- themes/widgets/controlbar.edc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/widgets/controlbar.edc b/themes/widgets/controlbar.edc index 173c912..1ab0548 100644 --- a/themes/widgets/controlbar.edc +++ b/themes/widgets/controlbar.edc @@ -1020,7 +1020,7 @@ description{ state: "show" 0.0; inherit: "default" 0.0; - visible: 1; + visible: 0; } } part{ @@ -1038,7 +1038,7 @@ description{ state: "show" 0.0; inherit: "default" 0.0; - visible: 1; + visible: 0; } } part{ @@ -1056,7 +1056,7 @@ description{ state: "show" 0.0; inherit: "default" 0.0; - visible: 1; + visible: 0; } } part{ @@ -1074,7 +1074,7 @@ description{ state: "show" 0.0; inherit: "default" 0.0; - visible: 1; + visible: 0; } } part{ -- 2.7.4