summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@osg.samsung.com>2017-08-25 14:47:30 -0400
committerMike Blumenkrantz <zmike@osg.samsung.com>2017-08-25 14:48:12 -0400
commit27cba99045db1896c7600c26907fd90f84e24ff7 (patch)
tree292081b773b40abeb24f59fda32f8781dd4a729e
parente436947ff067765129a91c4acfa18206dc6f6b7a (diff)
downloadefl-27cba99045db1896c7600c26907fd90f84e24ff7.tar.gz
theme: let notifications wrap
infinitely wide notification popups are hard to read
-rw-r--r--data/elementary/themes/edc/notification.edc19
1 files changed, 2 insertions, 17 deletions
diff --git a/data/elementary/themes/edc/notification.edc b/data/elementary/themes/edc/notification.edc
index ab5d5252c8..ae93d03ba4 100644
--- a/data/elementary/themes/edc/notification.edc
+++ b/data/elementary/themes/edc/notification.edc
@@ -77,8 +77,10 @@ group { name: "e/modules/notification/main";
}
part { name: "notification.textblock.message"; type: TEXTBLOCK; mouse_events: 0;
clip_to: "bodyclip";
+ scale;
description { state: "default" 0.0;
align: 0.0 0.0;
+ min: 260 40;
rel1.to_x: "notification.swallow.app_icon";
rel1.to_y: "notification.text.title";
rel1.relative: 1.0 1.0;
@@ -87,23 +89,6 @@ group { name: "e/modules/notification/main";
text { style: "notification_style";
min: 0 1;
}
- fixed: 1 1;
- }
- }
- part { name: "message"; type: TEXTBLOCK; mouse_events: 0;
- description { state: "default" 0.0;
- align: 0.0 0.0;
- max: 500 99999;
- rel1.to_x: "notification.swallow.app_icon";
- rel1.to_y: "notification.text.title";
- rel1.relative: 1.0 1.0;
- rel1.offset: 4 4;
- rel2.offset: -27 -11;
- text { style: "notification_style_nowrap";
- text_source: "notification.textblock.message";
- min: 0 1;
- }
- visible: 0;
}
}
part { name: "notification.text.title"; type: TEXT; mouse_events: 0;