diff options
Diffstat (limited to 'indra/newview/skins/minimal/xui/en/widgets/location_input.xml')
-rw-r--r-- | indra/newview/skins/minimal/xui/en/widgets/location_input.xml | 139 |
1 files changed, 0 insertions, 139 deletions
diff --git a/indra/newview/skins/minimal/xui/en/widgets/location_input.xml b/indra/newview/skins/minimal/xui/en/widgets/location_input.xml deleted file mode 100644 index ba148cf421..0000000000 --- a/indra/newview/skins/minimal/xui/en/widgets/location_input.xml +++ /dev/null @@ -1,139 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes" ?> -<!-- -*TODO: Replace hardcoded buttons width/height with getting this info from the button images. - Currently that doesn't work because LLUIImage::getWidth/getHeight() return 1 for the images. ---> -<location_input font="SansSerifSmall" - maturity_help_topic="maturity_rating" - add_landmark_hpad="0" - icon_hpad="2" - allow_text_entry="true" - list_position="below" - show_text_as_tentative="false" - max_chars="20" - follows="left|top" - allow_new_values="true" - > - <!-- *NOTE: Tooltips are in strings.xml so they can be localized. - See LocationCtrlAddLandmarkTooltip etc. --> - <info_button - name="Place Information" - width="0" - height="0" - visible="false" - left="6" - top="20" - follows="left|top" - hover_glow_amount="0.15" /> - <add_landmark_button name="Add Landmark" - hover_glow_amount="0.15" - width="0" - height="0" - visible="false" - follows="right|top" - scale_image="false" - top="19" - left="-3" /> - <maturity_button - name="maturity_icon" - width="0" - height="0" - visible="false" - top="20" - follows="left|top" - /> - <for_sale_button - name="for_sale_btn" - width="0" - height="0" - visible="false" - follows="right|top" - scale_image="false" - top="21" - /> - <voice_icon - enabled="true" - name="voice_icon" - width="0" - height="0" - visible="false" - top="21" - follows="right|top" - /> - <fly_icon - name="fly_icon" - width="0" - height="0" - visible="false" - top="21" - follows="right|top" - /> - <push_icon - name="push_icon" - width="0" - height="0" - visible="false" - top="21" - follows="right|top" - /> - <build_icon - name="build_icon" - width="0" - height="0" - visible="false" - top="21" - follows="right|top" - /> - <scripts_icon - name="scripts_icon" - width="0" - height="0" - visible="false" - top="21" - follows="right|top" - /> - <damage_icon - name="damage_icon" - width="0" - height="0" - visible="false" - top="19" - left="2" - follows="right|top" - /> - <!-- Default text color is invisible on top of nav bar background --> - <damage_text - name="damage_text" - width="0" - height="0" - max_length="0" - top="17" - follows="right|top" - halign="right" - font="SansSerifSmall" - text_color="TextFgColor" - /> - <see_avatars_icon - name="see_avatars_icon" - width="0" - height="0" - visible="false" - top="21" - follows="right|top" - /> - <combo_button - name="Location History" - label="" - pad_right="0"/> - <combo_list - bg_writeable_color="MenuDefaultBgColor" - page_lines="10" - scroll_bar_bg_visible="true" /> - <combo_editor name="Combo Text Entry" - text_pad_left="4" - select_on_focus="false" - font="SansSerifSmall" - bevel_style="none" - border_style="line" - border.border_thickness="0" /> -</location_input> |