From 7e7d48cba6eb7cfabc69ad0782d3505fe93c65d9 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 --- 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 40314b716..fb7757cb8 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; -- 2.34.1