diff options
author | McCabe Maxsted | 2010-04-19 06:01:56 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-04-19 06:01:56 -0700 |
commit | f400b1c357e515d16617ed77c0c46838c9c5ab2d (patch) | |
tree | 7b6b23c4401fb2fc94461ca65ca821f484c387aa /linden/indra/newview/skins/default/xui | |
parent | Made the CV decimal in tools patch actually work to 5 decimal places (diff) | |
download | meta-impy-f400b1c357e515d16617ed77c0c46838c9c5ab2d.zip meta-impy-f400b1c357e515d16617ed77c0c46838c9c5ab2d.tar.gz meta-impy-f400b1c357e515d16617ed77c0c46838c9c5ab2d.tar.bz2 meta-impy-f400b1c357e515d16617ed77c0c46838c9c5ab2d.tar.xz |
Added option to advanced build window to set object edit decimal places
Diffstat (limited to 'linden/indra/newview/skins/default/xui')
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/floater_build_options.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_build_options.xml b/linden/indra/newview/skins/default/xui/en-us/floater_build_options.xml index 298805d..0e06a74 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_build_options.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_build_options.xml | |||
@@ -158,6 +158,11 @@ | |||
158 | label="Rez objects using land group" left_delta="0" mouse_opaque="true" | 158 | label="Rez objects using land group" left_delta="0" mouse_opaque="true" |
159 | tooltip="Rez objects on group land using the land's group (if possible)" | 159 | tooltip="Rez objects on group land using the land's group (if possible)" |
160 | name="grouplandrez" radio_style="false" width="270" /> | 160 | name="grouplandrez" radio_style="false" width="270" /> |
161 | <spinner bottom_delta="-20" decimal_digits="0" | ||
162 | tool_tip="Sets the default decimal precision for move, resize, and rotate" | ||
163 | follows="left|top" height="16" increment="1" initial_val="3" | ||
164 | label="Edit object decimal places" label_width="140" left_delta="0" max_val="5" | ||
165 | min_val="0" mouse_opaque="true" name="spinner_decimal" width="175" /> | ||
161 | 166 | ||
162 | <button bottom="2" enabled="true" follows="right|bottom" font="SansSerif" | 167 | <button bottom="2" enabled="true" follows="right|bottom" font="SansSerif" |
163 | halign="center" height="20" label="Cancel" right="-4" | 168 | halign="center" height="20" label="Cancel" right="-4" |