Solve Issue 1541: Remove old Logins
Little trash button next to the username box added, as its tooltip explains, if you have a valid entry selected and you click it, that entry will be removed. My test avatar was a fake entry by the name Garbage Tax Just thought I'd give that to the googles... enjoy~
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
http://secondlife.com/account/request.php
|
||||
</string>
|
||||
<layout_stack name="element_stack" border_size="0" left="28" right="800" top="70" bottom="10" follows="left|bottom" orientation="horizontal">
|
||||
<layout_panel name="name_panel" left="0" user_resize="false" auto_resize="false" width="163" min_width="0">
|
||||
<layout_panel name="name_panel" left="0" user_resize="false" auto_resize="false" width="183" min_width="0">
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="44" drop_shadow_visible="true" follows="left|bottom"
|
||||
font="SansSerif" h_pad="0" halign="left" height="16"
|
||||
@@ -25,6 +25,7 @@
|
||||
font="SansSerif" handle_edit_keys_directly="true" height="20" left="4"
|
||||
max_chars="64" mouse_opaque="true" name="username_combo"
|
||||
select_all_on_focus_received="true" width="155" allow_text_entry="true" />
|
||||
<button bottom_delta="0" left_delta="155" height="20" width="20" follows="left|bottom" image_overlay="inv_folder_trash.tga" scale_image="true" label="" tool_tip="Delete the currently selected remembered login info, if any." name="remove_login"/>
|
||||
<check_box bottom="0" control_name="RememberName"
|
||||
follows="left|bottom" font="SansSerifSmall" height="16"
|
||||
initial_value="true" label="Remember name"
|
||||
|
||||
Reference in New Issue
Block a user