Skip to content
Snippets Groups Projects
Commit 60d4870f authored by James Cook's avatar James Cook
Browse files

Cleaned up Edit Profile > Set Name layout and feel

parent d2680b86
No related branches found
No related tags found
No related merge requests found
...@@ -289,8 +289,10 @@ void LLPanelMyProfileEdit::resetData() ...@@ -289,8 +289,10 @@ void LLPanelMyProfileEdit::resetData()
{ {
LLPanelMyProfile::resetData(); LLPanelMyProfile::resetData();
childSetTextArg("name_text", "[FIRST]", LLStringUtil::null); //childSetTextArg("name_text", "[FIRST]", LLStringUtil::null);
childSetTextArg("name_text", "[LAST]", LLStringUtil::null); //childSetTextArg("name_text", "[LAST]", LLStringUtil::null);
getChild<LLUICtrl>("user_name")->setValue( LLSD() );
getChild<LLUICtrl>("user_slid")->setValue( LLSD() );
} }
void LLPanelMyProfileEdit::onTexturePickerMouseEnter(LLUICtrl* ctrl) void LLPanelMyProfileEdit::onTexturePickerMouseEnter(LLUICtrl* ctrl)
......
...@@ -89,34 +89,34 @@ ...@@ -89,34 +89,34 @@
width="290"> width="290">
<text <text
follows="top|left" follows="top|left"
font="SansSerifHuge" font="SansSerifBigBold"
height="13" height="20"
layout="topleft" layout="topleft"
left="10" left="10"
name="user_name" name="user_name"
text_color="white"
top="4"
value="Hamilton Hitchings"
width="280" />
<text
follows="top|left"
height="13"
layout="topleft"
left="10"
name="user_slid"
text_color="LtGray" text_color="LtGray"
top="0" top_pad="5"
value="James Linden" value="(hamilton.linden)"
width="150" /> width="150" />
<button <button
follows="top|left" follows="top|left"
height="23" height="20"
label="Set Name..." label="Set Name..."
left="170" left="170"
name="set_name" name="set_name"
top="0" top_delta="-4"
visible="false" visible="false"
width="110" /> width="110" />
<text
follows="top|left"
height="13"
layout="topleft"
left="10"
name="user_slid"
text_color="LtGray"
top_pad="4"
value="(james.linden)"
width="150" />
<panel <panel
name="lifes_images_panel" name="lifes_images_panel"
follows="left|top|right" follows="left|top|right"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment