From 708ffb6d79c95d114ff76053b7c254edb2099a70 Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Wed, 3 Mar 2010 19:02:01 +0000 Subject: [PATCH] Fix position in notify widget Content was going outside of notify widget. By: Lucas De Marchi SVN revision: 46839 --- legacy/elementary/data/themes/default.edc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/legacy/elementary/data/themes/default.edc b/legacy/elementary/data/themes/default.edc index 3946f73205..88e8a8f384 100644 --- a/legacy/elementary/data/themes/default.edc +++ b/legacy/elementary/data/themes/default.edc @@ -7336,7 +7336,9 @@ collections { mouse_events: 1; description { state: "default" 0.0; rel1.to: "elm.swallow.content"; + rel1.offset: -5 -5; rel2.to: "elm.swallow.content"; + rel2.offset: 4 4; image { normal: "bt_dis_base.png"; border: 4 4 4 4;