summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-04-27 22:36:32 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-04-27 22:36:32 +0300
commit7d9ec1683faf97de1f1b640ab3b2a054a93fc5fa (patch)
treef963767ea3082ae0ed3a34c919f6d2050cc5e46d
parent8c96cd3599185278b1121b4a3378b61675fa5477 (diff)
SL-15312 Fixed tab sizes and labels to be in line with other floaters
-rw-r--r--indra/newview/skins/default/xui/en/floater_profile.xml13
1 files changed, 7 insertions, 6 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_profile.xml b/indra/newview/skins/default/xui/en/floater_profile.xml
index 92207cdc36..1009fda4ea 100644
--- a/indra/newview/skins/default/xui/en/floater_profile.xml
+++ b/indra/newview/skins/default/xui/en/floater_profile.xml
@@ -31,7 +31,8 @@
follows="all"
layout="topleft"
halign="center"
- tab_min_width="55"
+ tab_min_width="70"
+ tab_height="30"
tab_position="top"
>
<panel
@@ -44,7 +45,7 @@
/>
<panel
name="panel_profile_web"
- label="Feed"
+ label="FEED"
layout="topleft"
class="panel_profile_web"
filename="panel_profile_web.xml"
@@ -52,7 +53,7 @@
/>
<panel
name="panel_profile_picks"
- label="Picks"
+ label="PICKS"
layout="topleft"
class="panel_profile_picks"
filename="panel_profile_picks.xml"
@@ -60,7 +61,7 @@
/>
<panel
name="panel_profile_classifieds"
- label="Classified"
+ label="CLASSIFIEDS"
layout="topleft"
class="panel_profile_classifieds"
filename="panel_profile_classifieds.xml"
@@ -68,7 +69,7 @@
/>
<panel
name="panel_profile_firstlife"
- label="Real Life"
+ label="REAL LIFE"
layout="topleft"
class="panel_profile_firstlife"
filename="panel_profile_firstlife.xml"
@@ -76,7 +77,7 @@
/>
<panel
name="panel_profile_notes"
- label="Notes"
+ label="MY NOTES"
layout="topleft"
class="panel_profile_notes"
filename="panel_profile_notes.xml"