diff options
author | Dmitry Oleshko <doleshko@productengine.com> | 2009-11-17 11:46:25 +0200 |
---|---|---|
committer | Dmitry Oleshko <doleshko@productengine.com> | 2009-11-17 11:46:25 +0200 |
commit | 3df42196e3ead1419d456a715081d37b454b5bc1 (patch) | |
tree | c4474bb416a7450584851c0d4a715969cc30540a | |
parent | 4b80c9978c48b6a9eaac2ed358e81cf06f3e2cb5 (diff) |
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
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_group_notify.xml | 3 |
1 files changed, 2 insertions, 1 deletions
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" />
<button
bottom="130"
follows="bottom"
|