From bb8e5ce06efe4b74c04bcbb2aad60eb7634c8514 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Fri, 16 Jan 2009 02:48:51 +0000 Subject: [PATCH] fix popout theme - bits didnt get shown. SVN revision: 38601 --- data/themes/default.edc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/themes/default.edc b/data/themes/default.edc index 14167e4..88005ec 100644 --- a/data/themes/default.edc +++ b/data/themes/default.edc @@ -3321,6 +3321,7 @@ collections { source: "elm"; action: STATE_SET "visible" 0.0; transition: DECELERATE 0.5; + target: "bottom"; target: "elm.swallow.slot.bottom"; } program { name: "bottomhide"; @@ -3328,6 +3329,7 @@ collections { source: "elm"; action: STATE_SET "default" 0.0; transition: DECELERATE 0.5; + target: "bottom"; target: "elm.swallow.slot.bottom"; } } -- 2.7.4