Skip to content
Snippets Groups Projects
Commit 1a74c31a authored by NiranV's avatar NiranV
Browse files

Changed: Overhauled "First Life" and "Notes" tabs in the new profile window.

parent 8093c81e
No related branches found
No related tags found
No related merge requests found
...@@ -26,8 +26,8 @@ ...@@ -26,8 +26,8 @@
layout="topleft" layout="topleft"
top="10" top="10"
left="8" left="8"
height="160" height="164"
width="160"/> width="164"/>
<loading_indicator <loading_indicator
name="image_upload_indicator" name="image_upload_indicator"
top="79" top="79"
...@@ -40,27 +40,36 @@ ...@@ -40,27 +40,36 @@
<button <button
name="fl_upload_image" name="fl_upload_image"
label="Upload Photo" label="Upload Photo"
top="102" image_hover_unselected="Toolbar_Middle_Over"
image_selected="Toolbar_Middle_Selected"
image_unselected="Toolbar_Middle_Off"
top="105"
left="175" left="175"
height="20" height="23"
width="120" width="120"
follows="top|left" follows="top|left"
layout="topleft"/> layout="topleft"/>
<button <button
name="fl_change_image" name="fl_change_image"
label="Change Photo" label="Change Photo"
top_pad="5" image_hover_unselected="Toolbar_Middle_Over"
image_selected="Toolbar_Middle_Selected"
image_unselected="Toolbar_Middle_Off"
top_pad="1"
left="175" left="175"
height="20" height="23"
width="120" width="120"
follows="top|left" follows="top|left"
layout="topleft"/> layout="topleft"/>
<button <button
name="fl_remove_image" name="fl_remove_image"
label="Remove Photo" label="Remove Photo"
top_pad="5" image_hover_unselected="Toolbar_Middle_Over"
image_selected="Toolbar_Middle_Selected"
image_unselected="Toolbar_Middle_Off"
top_pad="1"
left_delta="0" left_delta="0"
height="20" height="23"
width="120" width="120"
follows="top|left" follows="top|left"
layout="topleft"/> layout="topleft"/>
...@@ -70,34 +79,39 @@ ...@@ -70,34 +79,39 @@
enabled="false" enabled="false"
top="180" top="180"
left="6" left="6"
right="-6" right="-5"
height="224" height="272"
follows="all" follows="all"
layout="topleft" layout="topleft"
bg_readonly_color="Transparent" bg_readonly_color="Transparent"
border_visible="true"
max_length="65000" max_length="65000"
parse_urls="true" parse_urls="true"
word_wrap="true" word_wrap="true"
/> />
<button <button
name="fl_save_changes" name="fl_save_changes"
label="Save" image_hover_unselected="Toolbar_Middle_Over"
top_pad="5" image_selected="Toolbar_Middle_Selected"
right="-108" image_unselected="Toolbar_Middle_Off"
height="20" label="Save"
width="80" top_pad="5"
enabled="false" left="3"
follows="right|bottom" height="23"
layout="topleft"/> width="207"
enabled="false"
follows="bottom|left"
layout="topleft"/>
<button <button
name="fl_discard_changes" name="fl_discard_changes"
label="Discard" image_hover_unselected="Toolbar_Middle_Over"
top_delta="0" image_selected="Toolbar_Middle_Selected"
right="-4" image_unselected="Toolbar_Middle_Off"
height="20" label="Discard"
width="100" top_delta="0"
enabled="false" left_pad="1"
follows="right|bottom" height="23"
layout="topleft"/> width="207"
enabled="false"
follows="bottom|left|right"
layout="topleft"/>
</panel> </panel>
...@@ -19,24 +19,34 @@ ...@@ -19,24 +19,34 @@
layout="topleft" layout="topleft"
visible="false" visible="false"
/> />
<text <panel
name="status_message" follows="left|top|right"
value="Make notes about this person here. No one else can see your notes." height="21"
top="6" bg_visible="true"
left="6" bg_alpha_color="0.10 0.43 0.77 0.28"
right="-6" layout="topleft"
height="16" mouse_opaque="false"
follows="left|top|right" left="3"
layout="topleft" name="title"
font.style="BOLD" top="1"
/> width="415"/>
<text
name="show_ims_in_label"
follows="left|top"
layout="topleft"
left="10"
height="12"
width="420"
top_delta="5">
Make notes about this person here. No one else can see your notes.
</text>
<text_editor <text_editor
name="notes_edit" name="notes_edit"
enabled="false" enabled="false"
top="28" top="28"
left="6" left="6"
right="-6" right="-5"
bottom="-26" bottom="-28"
follows="all" follows="all"
layout="topleft" layout="topleft"
max_length="65530" max_length="65530"
...@@ -44,22 +54,28 @@ ...@@ -44,22 +54,28 @@
/> />
<button <button
name="notes_save_changes" name="notes_save_changes"
label="Save" image_hover_unselected="Toolbar_Middle_Over"
bottom="-1" image_selected="Toolbar_Middle_Selected"
right="-108" image_unselected="Toolbar_Middle_Off"
height="20" label="Save"
width="80" top_pad="5"
enabled="false" left="3"
follows="bottom|right" height="23"
layout="topleft"/> width="207"
enabled="false"
follows="bottom|left"
layout="topleft"/>
<button <button
name="notes_discard_changes" name="notes_discard_changes"
label="Discard" image_hover_unselected="Toolbar_Middle_Over"
bottom="-1" image_selected="Toolbar_Middle_Selected"
right="-4" image_unselected="Toolbar_Middle_Off"
height="20" label="Discard"
width="100" top_delta="0"
enabled="false" left_pad="1"
follows="bottom|right" height="23"
layout="topleft"/> width="207"
enabled="false"
follows="bottom|left|right"
layout="topleft"/>
</panel> </panel>
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