diff options
author | dolphin <dolphin@lindenlab.com> | 2014-12-05 13:46:28 -0800 |
---|---|---|
committer | dolphin <dolphin@lindenlab.com> | 2014-12-05 13:46:28 -0800 |
commit | d70125cc34681f77a31830601b5fcf3356c3da77 (patch) | |
tree | f4a4e5b226da4238871ce1f4f9ff5d114e22d1d8 /indra/newview/skins/default/xui/zh/panel_snapshot_profile.xml | |
parent | 62db156552c29f44e060b12c51c429db1a7f5788 (diff) | |
parent | 0c959fd99216c48378b8e8259d1adb358d0201b1 (diff) |
merge
Diffstat (limited to 'indra/newview/skins/default/xui/zh/panel_snapshot_profile.xml')
-rwxr-xr-x | indra/newview/skins/default/xui/zh/panel_snapshot_profile.xml | 21 |
1 files changed, 7 insertions, 14 deletions
diff --git a/indra/newview/skins/default/xui/zh/panel_snapshot_profile.xml b/indra/newview/skins/default/xui/zh/panel_snapshot_profile.xml index 6f64a4e83c..1f202572f5 100755 --- a/indra/newview/skins/default/xui/zh/panel_snapshot_profile.xml +++ b/indra/newview/skins/default/xui/zh/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"> - 送至我的檔案訊息發佈 + 簡覽 </text> <combo_box label="解析度" name="profile_size_combo"> <combo_box.item label="目前視窗" name="CurrentWindow"/> @@ -10,19 +10,12 @@ <combo_box.item label="1024x768" name="1024x768"/> <combo_box.item label="自訂" name="Custom"/> </combo_box> - <layout_stack name="profile_image_params_ls"> - <layout_panel name="profile_image_size_lp"> - <spinner label="寬" name="profile_snapshot_width"/> - <spinner label="高度" name="profile_snapshot_height"/> - <check_box label="鎖住比例" name="profile_keep_aspect_check"/> - </layout_panel> - <layout_panel name="profile_image_metadata_lp"> - <text name="caption_label"> - 內容敘述: - </text> - <check_box initial_value="true" label="加入所在位置" name="add_location_cb"/> - </layout_panel> - </layout_stack> + <spinner label="寬 x 高" name="profile_snapshot_width"/> + <check_box label="鎖住比例" name="profile_keep_aspect_check"/> + <text name="caption_label"> + 內容敘述: + </text> + <check_box initial_value="true" label="加入所在位置" name="add_location_cb"/> <button label="取消" name="cancel_btn"/> <button label="發佈" name="post_btn"/> </panel> |