fix notification theme to not clip text

@fix
This commit is contained in:
Mike Blumenkrantz 2014-07-21 14:02:37 -04:00
parent 14d4863446
commit c26287da4c
1 changed files with 2 additions and 2 deletions

View File

@ -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;