diff options
author | McCabe Maxsted | 2008-10-18 17:31:02 -0700 |
---|---|---|
committer | Jacek Antonelli | 2008-12-15 18:48:59 -0600 |
commit | 5043867f05a39c1f634a1e4c0f930de4efa16c72 (patch) | |
tree | 92855ed3c45378ac19667b65747acc4f524dccce /linden/indra/newview/skins/default | |
parent | Merged 'mccabe/VWR-3336' into next (diff) | |
download | meta-impy-5043867f05a39c1f634a1e4c0f930de4efa16c72.zip meta-impy-5043867f05a39c1f634a1e4c0f930de4efa16c72.tar.gz meta-impy-5043867f05a39c1f634a1e4c0f930de4efa16c72.tar.bz2 meta-impy-5043867f05a39c1f634a1e4c0f930de4efa16c72.tar.xz |
Added Home button functionality to the web browser.
Diffstat (limited to 'linden/indra/newview/skins/default')
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/floater_media_browser.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_media_browser.xml b/linden/indra/newview/skins/default/xui/en-us/floater_media_browser.xml index 5b2d310..077ab23 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_media_browser.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_media_browser.xml | |||
@@ -12,9 +12,11 @@ | |||
12 | <button bottom_delta="0" enabled="false" follows="left|top" height="20" label="Reload" | 12 | <button bottom_delta="0" enabled="false" follows="left|top" height="20" label="Reload" |
13 | left_delta="65" name="reload" width="70" /> | 13 | left_delta="65" name="reload" width="70" /> |
14 | <combo_box allow_text_entry="true" bottom_delta="0" follows="left|top|right" height="20" | 14 | <combo_box allow_text_entry="true" bottom_delta="0" follows="left|top|right" height="20" |
15 | left_delta="75" max_chars="255" name="address" width="280" /> | 15 | left_delta="75" max_chars="235" name="address" width="225" /> |
16 | <button bottom_delta="0" enabled="false" follows="right|top" height="20" label="Go" | 16 | <button bottom_delta="0" enabled="false" follows="right|top" height="20" label="Go" |
17 | left_delta="285" name="go" width="55" /> | 17 | left_delta="230" name="go" width="55" /> |
18 | <button bottom_delta="0" enabled="true" follows="right|top" height="20" label="Home" | ||
19 | left_delta="60" name="home" width="55" /> | ||
18 | </layout_panel> | 20 | </layout_panel> |
19 | <layout_panel auto_resize="false" bottom="0" height="20" left="0" | 21 | <layout_panel auto_resize="false" bottom="0" height="20" left="0" |
20 | name="parcel_owner_controls" user_resize="false" width="540"> | 22 | name="parcel_owner_controls" user_resize="false" width="540"> |
@@ -30,6 +32,8 @@ | |||
30 | <check_box bottom="5" control_name="UseExternalBrowser" follows="bottom|left" height="20" | 32 | <check_box bottom="5" control_name="UseExternalBrowser" follows="bottom|left" height="20" |
31 | label="Always open in my web browser" left_delta="190" name="open_always" | 33 | label="Always open in my web browser" left_delta="190" name="open_always" |
32 | width="200" /> | 34 | width="200" /> |
35 | <button bottom="5" enabled="false" follows="bottom|right" height="20" label="Set Home To Here" | ||
36 | left="-265" name="set_home" width="155" /> | ||
33 | <button bottom="5" follows="bottom|right" height="20" label="Close" left="-70" | 37 | <button bottom="5" follows="bottom|right" height="20" label="Close" left="-70" |
34 | name="close" width="70" /> | 38 | name="close" width="70" /> |
35 | </layout_panel> | 39 | </layout_panel> |