diff options
author | McCabe Maxsted | 2010-10-16 23:11:23 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-10-16 23:11:23 -0700 |
commit | 4ac17041d34e54323e91ed705065a054e1dae2d8 (patch) | |
tree | dc78d25105db70193a42bdaa65a6205bed93ac41 /linden/indra/newview/skins | |
parent | Select the correct preset when the windlight toolbar is first built (diff) | |
download | meta-impy-4ac17041d34e54323e91ed705065a054e1dae2d8.zip meta-impy-4ac17041d34e54323e91ed705065a054e1dae2d8.tar.gz meta-impy-4ac17041d34e54323e91ed705065a054e1dae2d8.tar.bz2 meta-impy-4ac17041d34e54323e91ed705065a054e1dae2d8.tar.xz |
Added 'Clear History' button to the Teleport History from Phoenix
Diffstat (limited to 'linden/indra/newview/skins')
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/floater_teleport_history.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_teleport_history.xml b/linden/indra/newview/skins/default/xui/en-us/floater_teleport_history.xml index db36df5..13956e2 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_teleport_history.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_teleport_history.xml | |||
@@ -1,6 +1,6 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <floater can_close="true" can_drag_on_left="false" can_minimize="true" can_resize="true" | 2 | <floater can_close="true" can_drag_on_left="false" can_minimize="true" can_resize="true" |
3 | min_width="500" min_height="250" width="500" height="250" name="teleporthistory" | 3 | min_width="600" min_height="250" width="600" height="250" name="teleporthistory" |
4 | rect_control="FloaterTeleportHistoryRect" title="Teleport History"> | 4 | rect_control="FloaterTeleportHistoryRect" title="Teleport History"> |
5 | <tab_container label="TPlistTabs" bottom="40" height="185" left="5" follows="left|top|right|bottom" mouse_opaque="false" name="tplisttabs" | 5 | <tab_container label="TPlistTabs" bottom="40" height="185" left="5" follows="left|top|right|bottom" mouse_opaque="false" name="tplisttabs" |
6 | tab_min_width="50" tab_position="top" width="480" right="-10" bg_opaque_color="0,0,0,0.0"> | 6 | tab_min_width="50" tab_position="top" width="480" right="-10" bg_opaque_color="0,0,0,0.0"> |
@@ -39,6 +39,10 @@ | |||
39 | height="20" label="Show On Map" label_selected="Show On Map" | 39 | height="20" label="Show On Map" label_selected="Show On Map" |
40 | left_delta="100" mouse_opaque="true" name="show_on_map" | 40 | left_delta="100" mouse_opaque="true" name="show_on_map" |
41 | tool_tip="Center map on this location" width="125" /> | 41 | tool_tip="Center map on this location" width="125" /> |
42 | <button bottom_delta="0" enabled="true" follows="left|bottom" font="SansSerif" halign="center" | ||
43 | height="20" label="Clear History" | ||
44 | left_delta="135" mouse_opaque="true" name="clear_history" | ||
45 | tool_tip="Clear Saved Teleport History" width="125" /> | ||
42 | <button bottom_delta="0" enabled="false" follows="bottom|right" font="SansSerif" | 46 | <button bottom_delta="0" enabled="false" follows="bottom|right" font="SansSerif" |
43 | height="20" label="Copy SLURL to clipboard" left="-190" name="copy_slurl" | 47 | height="20" label="Copy SLURL to clipboard" left="-190" name="copy_slurl" |
44 | tool_tip="Copies current location as SLURL to be used on the web." | 48 | tool_tip="Copies current location as SLURL to be used on the web." |