diff options
author | McCabe Maxsted | 2009-09-29 20:31:24 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-09-29 20:31:24 -0700 |
commit | 6d5736720697824f52b5221748fcb03639040951 (patch) | |
tree | ab3c716fea4e4ef2dbcfef02e12faf0a57419aca | |
parent | Fixed first windlight toolbar entry toggling Advanced Sky (diff) | |
download | meta-impy-6d5736720697824f52b5221748fcb03639040951.zip meta-impy-6d5736720697824f52b5221748fcb03639040951.tar.gz meta-impy-6d5736720697824f52b5221748fcb03639040951.tar.bz2 meta-impy-6d5736720697824f52b5221748fcb03639040951.tar.xz |
Added the name box back to avatar profiles
-rw-r--r-- | ChangeLog.txt | 7 | ||||
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/panel_avatar.xml | 16 |
2 files changed, 15 insertions, 8 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index ff2846d..a4f6e70 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -1,5 +1,12 @@ | |||
1 | 2009-09-28 McCabe Maxsted <hakushakukun@gmail.com> | 1 | 2009-09-28 McCabe Maxsted <hakushakukun@gmail.com> |
2 | 2 | ||
3 | * Added the name box back to avatar profiles. | ||
4 | |||
5 | linden/indra/newview/skins/default/xui/en-us/panel_avatar.xml | ||
6 | |||
7 | |||
8 | 2009-09-28 McCabe Maxsted <hakushakukun@gmail.com> | ||
9 | |||
3 | * Fixed first windlight toolbar entry toggling Advanced Sky. | 10 | * Fixed first windlight toolbar entry toggling Advanced Sky. |
4 | 11 | ||
5 | modified: linden/indra/newview/llwindlightremotectrl.cpp | 12 | modified: linden/indra/newview/llwindlightremotectrl.cpp |
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_avatar.xml b/linden/indra/newview/skins/default/xui/en-us/panel_avatar.xml index 6bcd7a5..1bdcaa0 100644 --- a/linden/indra/newview/skins/default/xui/en-us/panel_avatar.xml +++ b/linden/indra/newview/skins/default/xui/en-us/panel_avatar.xml | |||
@@ -116,7 +116,12 @@ | |||
116 | width="130"> | 116 | width="130"> |
117 | [FIRST] [LAST] | 117 | [FIRST] [LAST] |
118 | </line_editor> | 118 | </line_editor> |
119 | <texture_picker allow_no_texture="true" bottom="289" can_apply_immediately="false" | 119 | <name_editor bevel_style="in" border_style="line" |
120 | border_thickness="1" bottom="-23" enabled="false" follows="left|top" | ||
121 | font="SansSerifSmall" height="16" is_unicode="false" left="20" | ||
122 | max_length="254" mouse_opaque="false" name="name" | ||
123 | width="235" /> | ||
124 | <texture_picker allow_no_texture="true" bottom="271" can_apply_immediately="false" | ||
120 | default_image_name="None" follows="left|top" height="192" label="" | 125 | default_image_name="None" follows="left|top" height="192" label="" |
121 | left="20" mouse_opaque="true" name="img" scale_image="false" auto-resize="false" | 126 | left="20" mouse_opaque="true" name="img" scale_image="false" auto-resize="false" |
122 | tool_tip="Click to choose a picture" width="235" /> | 127 | tool_tip="Click to choose a picture" width="235" /> |
@@ -126,8 +131,8 @@ | |||
126 | mouse_opaque="true" name="About:" v_pad="0" width="170"> | 131 | mouse_opaque="true" name="About:" v_pad="0" width="170"> |
127 | About (500 chars): | 132 | About (500 chars): |
128 | </text> | 133 | </text> |
129 | <text_editor bottom_delta="-155" embedded_items="false" | 134 | <text_editor bottom_delta="-137" embedded_items="false" |
130 | enabled="true" follows="left|top" font="SansSerifSmall" height="155" | 135 | enabled="true" follows="left|top" font="SansSerifSmall" height="137" |
131 | is_unicode="false" left_delta="0" max_length="511" mouse_opaque="true" | 136 | is_unicode="false" left_delta="0" max_length="511" mouse_opaque="true" |
132 | name="about" width="235" word_wrap="true" /> | 137 | name="about" width="235" word_wrap="true" /> |
133 | 138 | ||
@@ -160,11 +165,6 @@ | |||
160 | tool_tip="Drop inventory items here to give them to this resident."> | 165 | tool_tip="Drop inventory items here to give them to this resident."> |
161 | to give to resident | 166 | to give to resident |
162 | </text> | 167 | </text> |
163 | <name_editor bevel_style="in" border_style="line" | ||
164 | border_thickness="0" bottom="0" enabled="false" follows="left|top" | ||
165 | font="SansSerifSmall" height="0" is_unicode="false" left="1" | ||
166 | max_length="254" mouse_opaque="false" name="name" | ||
167 | width="0" /> | ||
168 | <check_box bottom="1" follows="left|top" font="SansSerifSmall" height="16" | 168 | <check_box bottom="1" follows="left|top" font="SansSerifSmall" height="16" |
169 | initial_value="false" label="Show profile in search" left="18" mouse_opaque="true" | 169 | initial_value="false" label="Show profile in search" left="18" mouse_opaque="true" |
170 | name="allow_publish" | 170 | name="allow_publish" |