summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Zaporozhan <dzaporozhan@productengine.com>2010-01-22 18:42:16 +0200
committerDmitry Zaporozhan <dzaporozhan@productengine.com>2010-01-22 18:42:16 +0200
commitff852efdd21b814868c51411989c69fcdaa1eca1 (patch)
tree17d2847c1909adc03dd7216d21ba3a33a31bdc1a
parent1bcf723a3b6427a913729e02c62108e0e06e1f23 (diff)
Fixed normal bug EXT-4497 - Edit Profile and Edit Appearance buttons layout issue in side panel.
--HG-- branch : product-engine
-rw-r--r--indra/newview/skins/default/xui/en/panel_my_profile.xml13
1 files changed, 8 insertions, 5 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_my_profile.xml b/indra/newview/skins/default/xui/en/panel_my_profile.xml
index 34cde61252..4894ae01da 100644
--- a/indra/newview/skins/default/xui/en/panel_my_profile.xml
+++ b/indra/newview/skins/default/xui/en/panel_my_profile.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
follows="all"
- height="535"
+ height="500"
label="Profile"
layout="topleft"
left="0"
@@ -41,7 +41,7 @@
layout="topleft"
left="0"
top="0"
- height="535"
+ height="480"
width="313"
border_size="0">
<layout_panel
@@ -50,7 +50,7 @@
layout="topleft"
top="0"
left="0"
- height="505"
+ height="480"
user_resize="false"
width="313">
<scroll_container
@@ -60,7 +60,7 @@
left="0"
name="profile_scroll"
opaque="true"
- height="505"
+ height="480"
width="313"
top="0">
<panel
@@ -374,8 +374,9 @@
follows="bottom|right"
height="23"
left="20"
- top="0"
+ top="5"
label="Edit Profile"
+ layout="topleft"
name="edit_profile_btn"
tool_tip="Edit your personal information"
width="130" />
@@ -384,7 +385,9 @@
height="23"
label="Edit Appearance"
left_pad="10"
+ layout="topleft"
name="edit_appearance_btn"
+ top="5"
tool_tip="Create/edit your appearance: physical data, clothes and etc."
width="130" />
</layout_panel>