From 3df42196e3ead1419d456a715081d37b454b5bc1 Mon Sep 17 00:00:00 2001 From: Dmitry Oleshko Date: Tue, 17 Nov 2009 11:46:25 +0200 Subject: fixed normal bug (EXT-2505) Implement ellipsis for attachments in Group Notices adjusted width of the "Attachment" field and added "ellipses" attribute --HG-- branch : product-engine --- indra/newview/skins/default/xui/en/panel_group_notify.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'indra/newview/skins/default/xui/en/panel_group_notify.xml') diff --git a/indra/newview/skins/default/xui/en/panel_group_notify.xml b/indra/newview/skins/default/xui/en/panel_group_notify.xml index 984a799b41..e699a77581 100644 --- a/indra/newview/skins/default/xui/en/panel_group_notify.xml +++ b/indra/newview/skins/default/xui/en/panel_group_notify.xml @@ -104,7 +104,8 @@ name="attachment" text_color="GroupNotifyTextColor" value="Attachment" - width="280" /> + use_ellipses="true" + width="250" />