diff options
author | Jacek Antonelli | 2008-08-15 23:45:13 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:13 -0500 |
commit | c206147ceffd6836bf0f6fe50d0ae4de77c7dcba (patch) | |
tree | d8c59df84d01578baea97fb84899a547218f2c8d /linden/indra/newview/skins/xui/pt/panel_avatar_pick.xml | |
parent | Second Life viewer sources 1.18.4.0-RC (diff) | |
download | meta-impy-c206147ceffd6836bf0f6fe50d0ae4de77c7dcba.zip meta-impy-c206147ceffd6836bf0f6fe50d0ae4de77c7dcba.tar.gz meta-impy-c206147ceffd6836bf0f6fe50d0ae4de77c7dcba.tar.bz2 meta-impy-c206147ceffd6836bf0f6fe50d0ae4de77c7dcba.tar.xz |
Second Life viewer sources 1.18.4.1-RC
Diffstat (limited to 'linden/indra/newview/skins/xui/pt/panel_avatar_pick.xml')
-rw-r--r-- | linden/indra/newview/skins/xui/pt/panel_avatar_pick.xml | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/linden/indra/newview/skins/xui/pt/panel_avatar_pick.xml b/linden/indra/newview/skins/xui/pt/panel_avatar_pick.xml index 11808fc..fdc5db3 100644 --- a/linden/indra/newview/skins/xui/pt/panel_avatar_pick.xml +++ b/linden/indra/newview/skins/xui/pt/panel_avatar_pick.xml | |||
@@ -1,10 +1,12 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?> |
2 | <panel name="Pick" title="Pegar"> | 2 | <panel border="true" bottom="0" follows="top|left" height="300" left="0" name="Pick" title="Pick" width="350"><texture_picker bottom="-190" follows="left|top" height="180" left="10" name="snapshot_ctrl" width="290" /> |
3 | <button label="Definir local" name="set_location_btn" /> | 3 | <line_editor bg_readonly_color="clear" bottom_delta="-8" enabled="false" follows="left|top" font="SansSerif" height="20" left="10" name="given_name_editor" text_readonly_color="white" width="290" /> |
4 | <button label="Teletransportar" name="pick_teleport_btn" /> | 4 | <text_editor bg_readonly_color="clear" enabled="false" follows="left|top" font="SansSerifSmall" height="100" left="10" max_length="1023" name="desc_editor" text_readonly_color="white" width="290" word_wrap="true" /> |
5 | <button label="Mostrar no mapa" name="pick_map_btn" /> | 5 | <line_editor bg_readonly_color="clear" enabled="false" follows="left|top" font="SansSerifSmall" height="20" left="10" name="location_editor" text_readonly_color="white" width="290" /> |
6 | <text name="sort_order_text"> | 6 | <button bottom_delta="-27" follows="left|top" height="20" label="Ajustar Localização" left="200" name="set_location_btn" width="95" /> |
7 | Classificar: | 7 | <button bottom_delta="0" follows="left|top" height="20" label="Tele-Transporte" left="10" name="pick_teleport_btn" width="80" /> |
8 | </text> | 8 | <button bottom_delta="0" follows="left|top" height="20" label="Mostrar no Mapa" left="95" name="pick_map_btn" width="100" /> |
9 | <check_box label="Ativado" name="enabled_check" /> | 9 | <text bottom_delta="0" follows="left|top" height="20" left="290" name="sort_order_text" width="30">Sorte</text> |
10 | <line_editor bottom_delta="5" follows="left|top" height="16" left="280" name="sort_order_editor" width="25" /> | ||
11 | <check_box bottom_delta="0" follows="left|top" height="20" label="Permitido" left="360" name="enabled_check" width="80" /> | ||
10 | </panel> | 12 | </panel> |