diff options
author | Jonathan Yap <none@none> | 2012-11-13 12:15:36 -0500 |
---|---|---|
committer | Jonathan Yap <none@none> | 2012-11-13 12:15:36 -0500 |
commit | b8e036dff57dd83fbe2069453544050339ff102d (patch) | |
tree | 402268f639a06f476d07413594f7657a3fdadb64 /indra/newview/skins | |
parent | f8749ec9bd03072cc5b50f4cb1a61289b2989c72 (diff) |
STORM-1918 Part of the group notice attachment box does not allow dropping of assets.
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_group_notices.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_group_notices.xml b/indra/newview/skins/default/xui/en/panel_group_notices.xml index 6d5fb51e85..c8ce5cdebf 100644 --- a/indra/newview/skins/default/xui/en/panel_group_notices.xml +++ b/indra/newview/skins/default/xui/en/panel_group_notices.xml @@ -202,14 +202,14 @@ Maximum 200 per group daily Drag and drop item here to attach it: </text> <icon - height="72" + height="48" image_name="DropTarget" layout="topleft" left_pad="10" mouse_opaque="true" name="drop_icon" top_delta="-10" - width="72" /> + width="110" /> <button follows="left|top" layout="topleft" |