From 7acdc6e28bb5379f22d1d651571c88044012713a Mon Sep 17 00:00:00 2001 From: Dmytro Dragan Date: Thu, 1 Sep 2016 15:44:45 +0300 Subject: [PATCH] TizenRefApp-6948 Time picker buttons in Set schedule have white rectangle background Change-Id: I4cbbdddc444dc130b3fa83358c8c6e89eeb2e280 Signed-off-by: Dmytro Dragan --- res/edje/time_button_layout.edc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/res/edje/time_button_layout.edc b/res/edje/time_button_layout.edc index 02313c5..6720f9d 100644 --- a/res/edje/time_button_layout.edc +++ b/res/edje/time_button_layout.edc @@ -19,12 +19,11 @@ collections { group { name: "button_layout"; parts { part { name: "base"; - type: RECT; + type: SPACER; scale: 1; description { state: "default" 0.0; min: 300 78; max: 300 78; - color: 250 250 250 255; } } part { name: "elm.swallow.content"; -- 2.7.4