diff options
author | McCabe Maxsted | 2010-05-23 16:32:45 -0700 |
---|---|---|
committer | Jacek Antonelli | 2010-06-19 02:42:58 -0500 |
commit | dfb284e58a7b9b800e14c27da4fe385ea40d12e1 (patch) | |
tree | c9dcb53687e5eec251c42475cdd9c1665167e29f | |
parent | Fixed #295: spinners in the build tools aren't updating after their contents ... (diff) | |
download | meta-impy-dfb284e58a7b9b800e14c27da4fe385ea40d12e1.zip meta-impy-dfb284e58a7b9b800e14c27da4fe385ea40d12e1.tar.gz meta-impy-dfb284e58a7b9b800e14c27da4fe385ea40d12e1.tar.bz2 meta-impy-dfb284e58a7b9b800e14c27da4fe385ea40d12e1.tar.xz |
Changed the build math buttons from '?' to labels so they're more discoverable
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/floater_tools.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_tools.xml b/linden/indra/newview/skins/default/xui/en-us/floater_tools.xml index ed54c58..ce08d4c 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_tools.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_tools.xml | |||
@@ -608,10 +608,10 @@ | |||
608 | mouse_opaque="true" name="edit_object" v_pad="0" width="252"> | 608 | mouse_opaque="true" name="edit_object" v_pad="0" width="252"> |
609 | Edit object parameters: | 609 | Edit object parameters: |
610 | </text> | 610 | </text> |
611 | <button bottom_delta="-10" follows="left|top" font="SansSerif" halign="center" | 611 | <button bottom_delta="-5" follows="left|top" font="SansSerifSmall" halign="center" |
612 | height="22" label="?" label_selected="?" right="-8" tool_tip="Object math constants" | 612 | height="20" label="Build Math..." label_selected="Build Math..." right="-8" tool_tip="Object math constants" |
613 | mouse_opaque="true" name="build_math_constants" scale_image="true" width="22" /> | 613 | mouse_opaque="true" name="build_math_constants" scale_image="true" width="100" /> |
614 | <check_box bottom_delta="-16" follows="left|top" font="SansSerifSmall" height="16" | 614 | <check_box bottom_delta="-21" follows="left|top" font="SansSerifSmall" height="16" |
615 | initial_value="false" label="Locked" left="8" mouse_opaque="true" | 615 | initial_value="false" label="Locked" left="8" mouse_opaque="true" |
616 | name="checkbox locked" | 616 | name="checkbox locked" |
617 | tool_tip="Prevents object from being moved or deleted. Frequently useful during building to avoid unintended edits." | 617 | tool_tip="Prevents object from being moved or deleted. Frequently useful during building to avoid unintended edits." |
@@ -1225,9 +1225,9 @@ | |||
1225 | <button bottom="-360" follows="left|top" font="SansSerifSmall" halign="center" | 1225 | <button bottom="-360" follows="left|top" font="SansSerifSmall" halign="center" |
1226 | height="20" label="Align" label_selected="Align" left="112" | 1226 | height="20" label="Align" label_selected="Align" left="112" |
1227 | mouse_opaque="true" name="button align" scale_image="TRUE" width="68" /> | 1227 | mouse_opaque="true" name="button align" scale_image="TRUE" width="68" /> |
1228 | <button bottom="-162" follows="left|top" font="SansSerif" halign="center" | 1228 | <button bottom="-155" follows="left|top" font="SansSerifSmall" halign="center" |
1229 | height="22" label="?" label_selected="?" right="-8" tool_tip="Texture math constants" | 1229 | height="20" label="Texture Math..." label_selected="Texture Math..." right="-8" tool_tip="Texture math constants" |
1230 | mouse_opaque="true" name="texture_math_constants" scale_image="true" width="24" /> | 1230 | mouse_opaque="true" name="texture_math_constants" scale_image="true" width="110" /> |
1231 | </panel> | 1231 | </panel> |
1232 | <panel border="true" bottom="-383" follows="left|top|right|bottom" height="367" | 1232 | <panel border="true" bottom="-383" follows="left|top|right|bottom" height="367" |
1233 | label="Content" left="1" mouse_opaque="false" name="Contents" width="270"> | 1233 | label="Content" left="1" mouse_opaque="false" name="Contents" width="270"> |