discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=7e7d48cba6eb7cfabc69ad0782d3505fe93c65d9

commit 7e7d48cba6eb7cfabc69ad0782d3505fe93c65d9
Author: Mike Blumenkrantz <zm...@samsung.com>
Date:   Mon Jul 21 14:02:37 2014 -0400

    fix notification theme to not clip text
    
    @fix
---
 data/themes/edc/notification.edc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/data/themes/edc/notification.edc b/data/themes/edc/notification.edc
index 40314b7..fb7757c 100644
--- a/data/themes/edc/notification.edc
+++ b/data/themes/edc/notification.edc
@@ -82,7 +82,7 @@ group { name: "e/modules/notification/main";
             rel1.to_y: "notification.text.title";
             rel1.relative: 1.0 1.0;
             rel1.offset: 4 4;
-            rel2.offset: -27 -13;
+            rel2.offset: -27 -11;
             text { style: "notification_style";
                min: 0 1;
             }
@@ -97,7 +97,7 @@ group { name: "e/modules/notification/main";
             rel1.to_y: "notification.text.title";
             rel1.relative: 1.0 1.0;
             rel1.offset: 4 4;
-            rel2.offset: -27 -13;
+            rel2.offset: -27 -11;
             text { style: "notification_style_nowrap";
                text_source: "notification.textblock.message";
                min: 0 1;

-- 


Reply via email to