From 7267fcaaf91becf678c10dd7c2333eb3dbf7503f Mon Sep 17 00:00:00 2001 From: Jaehwan Kim Date: Mon, 14 Nov 2011 15:20:02 +0900 Subject: [PATCH] [contorlbar] hide separator in toolbar Change-Id: I2319f95418dd447541d2bfc1726664bd229dd933 --- themes/groups/controlbar.edc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/groups/controlbar.edc b/themes/groups/controlbar.edc index 02d94cd..25c108b 100644 --- a/themes/groups/controlbar.edc +++ b/themes/groups/controlbar.edc @@ -431,7 +431,7 @@ description{ state: "show" 0.0; inherit: "default" 0.0; - visible: 1; + visible: 0; } } part{ @@ -449,7 +449,7 @@ description{ state: "show" 0.0; inherit: "default" 0.0; - visible: 1; + visible: 0; } } part{ @@ -467,7 +467,7 @@ description{ state: "show" 0.0; inherit: "default" 0.0; - visible: 1; + visible: 0; } } part{ @@ -485,7 +485,7 @@ description{ state: "show" 0.0; inherit: "default" 0.0; - visible: 1; + visible: 0; } } part{ -- 2.7.4