diff options
| author | Loren Shih <seraph@lindenlab.com> | 2010-06-17 17:41:02 -0400 | 
|---|---|---|
| committer | Loren Shih <seraph@lindenlab.com> | 2010-06-17 17:41:02 -0400 | 
| commit | 408484d0c133627a1a5e3586aa34015d89b23379 (patch) | |
| tree | 60041dad42118f5005b240d0d840aefae10143c4 | |
| parent | 4fc8140a1d01742d560ea0d122b889a670e97c2e (diff) | |
EXT-7916 FIXED Miscllaneous UI issues with Preview Gesture Floater
EXT-7920 FIXED Start and stop buttons are not clickable
Start and stop buttons were outside the UI box containing them.
| -rw-r--r-- | indra/newview/skins/default/xui/en/floater_preview_gesture.xml | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_preview_gesture.xml b/indra/newview/skins/default/xui/en/floater_preview_gesture.xml index 1cbb5ec6fb..6281bc5272 100644 --- a/indra/newview/skins/default/xui/en/floater_preview_gesture.xml +++ b/indra/newview/skins/default/xui/en/floater_preview_gesture.xml @@ -270,7 +270,7 @@       layout="topleft"       left_pad="8"       name="animation_trigger_type" -     top="360" +     top="330"       width="80">          <radio_item           height="16" @@ -278,7 +278,7 @@           layout="topleft"           left="3"           name="start" -         top_delta="3" +         top_delta="45"           width="80" />          <radio_item           height="16" @@ -286,7 +286,7 @@           layout="topleft"           left_delta="0"           name="stop" -         top_pad="10" +         top_pad="3"           width="80" />      </radio_group>      <check_box  | 
