summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorGilbert Gonzales <gilbert@lindenlab.com>2012-08-06 11:59:54 -0700
committerGilbert Gonzales <gilbert@lindenlab.com>2012-08-06 11:59:54 -0700
commitaa011b98e39d9669c0bb06a25c18b092122d9252 (patch)
tree30f52efaeb57d14110715dc9cbd461c391795253 /indra
parent3b525b788da802c8847bb2b5881c45519109ac11 (diff)
CHUI-276: Problem was that the flag to use ellipses was not turned on for the folderview's inside the Places folder. Resolution was to turn on the flag inside the panel_landmarks.xml file for each folder displayed (favorites bar, my landmarks and etc.)
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/skins/default/xui/en/panel_landmarks.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_landmarks.xml b/indra/newview/skins/default/xui/en/panel_landmarks.xml
index ebd4c6a805..67a09949ce 100644
--- a/indra/newview/skins/default/xui/en/panel_landmarks.xml
+++ b/indra/newview/skins/default/xui/en/panel_landmarks.xml
@@ -36,6 +36,7 @@
mouse_opaque="true"
name="favorites_list"
scroll.hide_scrollbar="true"
+ folder_view.use_ellipses="true"
start_folder.name="Favorites"
width="307"/>
</accordion_tab>
@@ -53,6 +54,7 @@
mouse_opaque="true"
name="landmarks_list"
scroll.hide_scrollbar="true"
+ folder_view.use_ellipses="true"
start_folder.name="Landmarks"
width="307"/>
</accordion_tab>
@@ -70,6 +72,7 @@
mouse_opaque="true"
name="my_inventory_list"
scroll.hide_scrollbar="true"
+ folder_view.use_ellipses="true"
start_folder.name="My Inventory"
width="307"/>
</accordion_tab>
@@ -87,6 +90,7 @@
mouse_opaque="true"
name="library_list"
scroll.hide_scrollbar="true"
+ folder_view.use_ellipses="true"
start_folder.name="LIBRARY"
width="313"/>
</accordion_tab>