diff options
| author | Ramzi Linden <ramzi@lindenlab.com> | 2009-11-23 14:50:26 -0800 | 
|---|---|---|
| committer | Ramzi Linden <ramzi@lindenlab.com> | 2009-11-23 14:50:26 -0800 | 
| commit | a19d849e9b47a517b296c582126eda6a8b4cea49 (patch) | |
| tree | 9255d9de7b62b7bd8809f628c232ad3157d520cf /indra/newview | |
| parent | c4e4c77d3de3965098009378041991dc79853973 (diff) | |
DEV-43298 Expand widgets slightly in EN:  floater_animation_preview.xml
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/skins/default/xui/en/floater_animation_preview.xml | 19 | 
1 files changed, 12 insertions, 7 deletions
| diff --git a/indra/newview/skins/default/xui/en/floater_animation_preview.xml b/indra/newview/skins/default/xui/en/floater_animation_preview.xml index ebce758d3d..41b1f99d41 100644 --- a/indra/newview/skins/default/xui/en/floater_animation_preview.xml +++ b/indra/newview/skins/default/xui/en/floater_animation_preview.xml @@ -163,7 +163,7 @@ Maximum animation length is [MAX_LENGTH] seconds.       follows="top|left|right"       height="23"       layout="topleft" -     left="85" +     left="100"       name="name_form"       right="-10" />      <text @@ -182,7 +182,7 @@ Maximum animation length is [MAX_LENGTH] seconds.       follows="top|left|right"       height="23"       layout="topleft" -     left="85" +     left="100"       name="description_form"       right="-10" />      <spinner @@ -192,7 +192,7 @@ Maximum animation length is [MAX_LENGTH] seconds.       increment="1"       initial_value="0"       label="Priority" -     label_width="90" +     label_width="88"       layout="topleft"       left="10"       max_val="4" @@ -214,14 +214,14 @@ Maximum animation length is [MAX_LENGTH] seconds.       increment="1"       initial_value="0"       label="In(%)" -     label_width="35" +     label_width="49"       layout="topleft"       top_pad="5"       left="30"       max_val="100"       name="loop_in_point"       tool_tip="Sets point in animation that looping returns to" -     width="110" /> +     width="115" />      <spinner       bottom_delta="0"       follows="left|top" @@ -234,8 +234,8 @@ Maximum animation length is [MAX_LENGTH] seconds.       max_val="100"       name="loop_out_point"       tool_tip="Sets point in animation that ends a loop" -     label_width="45" -     width="120" /> +     label_width="49" +     width="115" />      <text       type="string"       length="1" @@ -243,6 +243,7 @@ Maximum animation length is [MAX_LENGTH] seconds.       follows="top|left"       height="23"       width="110" +     word_wrap="true"       layout="topleft"       left="10"       name="hand_label"> @@ -315,6 +316,7 @@ Maximum animation length is [MAX_LENGTH] seconds.       follows="top|left"       height="23"       width="110" +     word_wrap="true"       layout="topleft"       left="10"       name="emote_label"> @@ -395,6 +397,7 @@ Maximum animation length is [MAX_LENGTH] seconds.       follows="top|left"       height="23"       width="110" +     word_wrap="true"       layout="topleft"       left="10"       name="preview_label"> @@ -482,6 +485,8 @@ Maximum animation length is [MAX_LENGTH] seconds.      <text       type="string"       length="1" +     height="72" +     word_wrap="true"       top_pad="5"       text_color="EmphasisColor"       follows="top|left" | 
