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 | |
| parent | f8749ec9bd03072cc5b50f4cb1a61289b2989c72 (diff) | |
STORM-1918 Part of the group notice attachment box does not allow dropping of assets.
| -rw-r--r-- | doc/contributions.txt | 1 | ||||
| -rw-r--r-- | indra/newview/skins/default/xui/en/panel_group_notices.xml | 4 | 
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/contributions.txt b/doc/contributions.txt index df504e4a8a..052271d3ad 100644 --- a/doc/contributions.txt +++ b/doc/contributions.txt @@ -642,6 +642,7 @@ Jonathan Yap  	STORM-1872  	STORM-1858  	STORM-1862 +	STORM-1918  Kadah Coba  	STORM-1060  Jondan Lundquist 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"  | 
