From c26287da4ce8ade924884606c40066988dc10a18 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Mon, 21 Jul 2014 14:02:37 -0400 Subject: [PATCH] fix notification theme to not clip text @fix --- legacy/elementary/data/themes/edc/notification.edc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/elementary/data/themes/edc/notification.edc b/legacy/elementary/data/themes/edc/notification.edc index 40314b7..fb7757c 100644 --- a/legacy/elementary/data/themes/edc/notification.edc +++ b/legacy/elementary/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; -- 2.7.4