summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/pt/panel_snapshot_profile.xml
diff options
context:
space:
mode:
authorandreykproductengine <akleshchev@productengine.com>2015-07-02 14:50:23 +0300
committerandreykproductengine <akleshchev@productengine.com>2015-07-02 14:50:23 +0300
commit2684c536906388da121ce2712a34d55aa786fa3f (patch)
tree7d0baee83515e113e16819d6419b696670a7d046 /indra/newview/skins/default/xui/pt/panel_snapshot_profile.xml
parent1845816aa2419353ace258b7cfe24bdd08357ebe (diff)
parent4aa64b99dbe6cafdccf0c25501feaef5ba3445c4 (diff)
Merge from viewer-relese and become version 3.8.1
Diffstat (limited to 'indra/newview/skins/default/xui/pt/panel_snapshot_profile.xml')
-rwxr-xr-xindra/newview/skins/default/xui/pt/panel_snapshot_profile.xml21
1 files changed, 7 insertions, 14 deletions
diff --git a/indra/newview/skins/default/xui/pt/panel_snapshot_profile.xml b/indra/newview/skins/default/xui/pt/panel_snapshot_profile.xml
index 095b8fc75d..f1d7334752 100755
--- a/indra/newview/skins/default/xui/pt/panel_snapshot_profile.xml
+++ b/indra/newview/skins/default/xui/pt/panel_snapshot_profile.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="panel_snapshot_profile">
<text name="title">
- Postar no feed do meu perfil
+ Perfil
</text>
<combo_box label="Resolução" name="profile_size_combo">
<combo_box.item label="Janela atual" name="CurrentWindow"/>
@@ -10,19 +10,12 @@
<combo_box.item label="1024x768" name="1024x768"/>
<combo_box.item label="Customizado" name="Custom"/>
</combo_box>
- <layout_stack name="profile_image_params_ls">
- <layout_panel name="profile_image_size_lp">
- <spinner label="Largura" name="profile_snapshot_width"/>
- <spinner label="Altura" name="profile_snapshot_height"/>
- <check_box label="Limitar proporções" name="profile_keep_aspect_check"/>
- </layout_panel>
- <layout_panel name="profile_image_metadata_lp">
- <text name="caption_label">
- Legenda:
- </text>
- <check_box initial_value="true" label="Incluir local" name="add_location_cb"/>
- </layout_panel>
- </layout_stack>
+ <spinner label="Largura X Altura" name="profile_snapshot_width"/>
+ <check_box label="Limitar proporções" name="profile_keep_aspect_check"/>
+ <text name="caption_label">
+ Legenda:
+ </text>
+ <check_box initial_value="true" label="Incluir local" name="add_location_cb"/>
<button label="Cancelar" name="cancel_btn"/>
<button label="Postar" name="post_btn"/>
</panel>