diff options
author | Paul ProductEngine <pguslisty@productengine.com> | 2011-09-02 17:14:07 +0300 |
---|---|---|
committer | Paul ProductEngine <pguslisty@productengine.com> | 2011-09-02 17:14:07 +0300 |
commit | 5da2d4c85370ebe1a14ecbebd8e5df7965e9d02e (patch) | |
tree | 73311ca98cbcf00176e3678052c0437d8d182805 /indra/newview/skins | |
parent | 004de653aa3aa2702c7532d2ff5ce9838636d4ca (diff) |
SH-2309 WIP Priority modifications to mesh uploader UI
- Changed representation of Retain% control values
- Added "Choose one..." item to the LOD combo_box
Diffstat (limited to 'indra/newview/skins')
-rwxr-xr-x | indra/newview/skins/default/xui/en/floater_model_preview.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_model_preview.xml b/indra/newview/skins/default/xui/en/floater_model_preview.xml index d613e42786..39ef844824 100755 --- a/indra/newview/skins/default/xui/en/floater_model_preview.xml +++ b/indra/newview/skins/default/xui/en/floater_model_preview.xml @@ -305,6 +305,7 @@ name="physics_lod_combo" width="130" tool_tip="LOD to use for physics shape"> + <combo_item name="choose_one"> Choose one... </combo_item> <combo_item name="physics_high"> High </combo_item> <combo_item name="physics_medium"> Medium </combo_item> <combo_item name="physics_low"> Low </combo_item> @@ -521,6 +522,7 @@ width="60"/> <spinner name="Retain%" + decimal_digits="0" width="60" follows="top|left" height="20" |