diff options
author | Eli Linden <eli@lindenlab.com> | 2010-03-08 18:11:23 -0800 |
---|---|---|
committer | Eli Linden <eli@lindenlab.com> | 2010-03-08 18:11:23 -0800 |
commit | 9c30f64a9cd9c61f521cee01c85781d5707bf62e (patch) | |
tree | 8bcebb851a10c008415fba52443f7e5c75924d07 /indra/newview/skins/default/xui/en | |
parent | cd8b53f92d4e4d9bd8c99b619426bcd8ce0376fe (diff) |
VWR-17484 en_xui_change; undid old 'da' overrides to fix truncation
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_tools.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_tools.xml b/indra/newview/skins/default/xui/en/floater_tools.xml index 18c9911012..3b1ecb4c20 100644 --- a/indra/newview/skins/default/xui/en/floater_tools.xml +++ b/indra/newview/skins/default/xui/en/floater_tools.xml @@ -990,11 +990,11 @@ label="For Sale:" layout="topleft" name="checkbox for sale" - left="10" - width="90" /> + left="7" + width="93" /> <!-- NEW SALE TYPE COMBO BOX --> <combo_box - left_pad="0" + left_pad="3" layout="topleft" follows="left|top" allow_text_entry="false" @@ -1106,7 +1106,7 @@ even though the user gets a free copy. layout="topleft" left="5" name="checkbox next owner can modify" - width="85" /> + width="80" /> <check_box follows="left|top|right" height="19" @@ -1114,7 +1114,7 @@ even though the user gets a free copy. layout="topleft" left_pad="0" name="checkbox next owner can copy" - width="90" /> + width="80" /> <check_box follows="left|top|right" height="19" @@ -1124,7 +1124,7 @@ even though the user gets a free copy. left_pad="0" top_delta="0" tool_tip="Next owner can give away or resell this object" - width="90" /> + width="100" /> <text type="string" text_color="EmphasisColor" |