diff options
author | James Cook <james@lindenlab.com> | 2009-11-20 09:46:23 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-11-20 09:46:23 -0800 |
commit | fc04d5bbb8b51b9ca39d1a3a1de0991de09cdb58 (patch) | |
tree | 0cc35255caa59f0f616ccb328bd42824505bfffc /indra/newview/skins/default/xui/en/panel_group_notify.xml | |
parent | ba3f7965e35e4eb0d7fcecc7267ec3af5f2d8d87 (diff) | |
parent | 644ee3f5ded17513e09de8c62a2bafe69ceb03d6 (diff) |
merge
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 | 18 |
1 files changed, 7 insertions, 11 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 2e4df92da4..9b0b81cd0a 100644 --- a/indra/newview/skins/default/xui/en/panel_group_notify.xml +++ b/indra/newview/skins/default/xui/en/panel_group_notify.xml @@ -1,8 +1,6 @@ <?xml version="1.0" encoding="utf-8" standalone="yes" ?> <panel background_visible="true" - bevel_style="in" - bg_alpha_color="0 0 0 0" height="90" label="instant_message" layout="topleft" @@ -21,8 +19,6 @@ value="SANSSERIF" /> <panel background_visible="true" - bevel_style="in" - bg_alpha_color="black" follows="top" height="30" label="header" @@ -32,7 +28,7 @@ top="0" width="305"> <icon - follows="left|top|right|bottom" + follows="all" height="20" layout="topleft" left="5" @@ -41,8 +37,8 @@ top="5" width="20" /> <text - follows="left|top|right|bottom" - font="SansSerifBigBold" + follows="all" + font="SansSerifBig" height="20" layout="topleft" left_pad="10" @@ -56,7 +52,7 @@ <text_editor allow_html="true" enabled="true" - follows="left|top|bottom|right" + follows="all" height="0" layout="topleft" left="25" @@ -69,7 +65,7 @@ type="string" use_ellipses="true" value="message" - width="270" + width="270" word_wrap="true" > </text_editor> <icon @@ -97,9 +93,9 @@ bottom="85" follows="bottom" height="20" - label="OK" + label="Ok" layout="topleft" - left="25" + right="-10" name="btn_ok" width="70" /> </panel> |