diff options
author | Steven Bennetts <steve@lindenlab.com> | 2009-07-30 23:22:41 +0000 |
---|---|---|
committer | Steven Bennetts <steve@lindenlab.com> | 2009-07-30 23:22:41 +0000 |
commit | e97f7728a90dd66014f6b3f0cd5e8d4c71f48691 (patch) | |
tree | 4be178df6b50a3395105cdd3ac0044d6467a9fa3 /indra/newview/skins/default/xui/en/panel_group_notify.xml | |
parent | d5aa10143a0e6457b3326ba839c81b7c956a015e (diff) |
merge https://svn.aws.productengine.com/secondlife/export-from-ll/viewer-2-0/indra@1170 https://svn.aws.productengine.com/secondlife/pe/stable-1/indra@1187 -> viewer-2.0.0-3
Diffstat (limited to 'indra/newview/skins/default/xui/en/panel_group_notify.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_group_notify.xml | 10 |
1 files changed, 6 insertions, 4 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 1757197372..a39a681f83 100644 --- a/indra/newview/skins/default/xui/en/panel_group_notify.xml +++ b/indra/newview/skins/default/xui/en/panel_group_notify.xml @@ -9,21 +9,23 @@ top="5" left="5" mouse_opaque="true" name="group_icon"/> <text type="string" length="1" follows="left|top|right|bottom" font="SansSerifBigBold" height="20" layout="topleft" left="60" name="title" - text_color="white" top="20" width="300"> + text_color="GroupNotifyTextColor" top="20" width="300"> Sender Name / Group Name </text> </panel> <text_editor type="string" length="1" bg_readonly_color="0 0 0 0" follows="left|top|right|bottom" height="70" hide_scrollbar="true" hide_border="true" layout="topleft" top="55" left="25" name="message" - text_color="white" text_readonly_color="white" width="300" word_wrap="true"> + text_color="GroupNotifyTextColor" text_readonly_color="GroupNotifyTextColor" width="300" word_wrap="true"> Message Body </text_editor> + <icon follows="left|top|right|bottom" height="16" width="16" + layout="topleft" top="135" left="25" mouse_opaque="true" name="attachment_icon" /> <text font="SansSerif" font.style="UNDERLINE" font_shadow="hard" type="string" length="1" follows="left|top|right|bottom" layout="topleft" - left="25" top="135" height="15" width="300" name="attachment" - text_color="white"> + left="45" top="135" height="15" width="280" name="attachment" + text_color="GroupNotifyTextColor"> Attachment </text> <button label="OK" layout="topleft" top="170" left="140" height="20" |