diff options
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/skins/default/xui/en/panel_bottomtray.xml | 51 | 
1 files changed, 25 insertions, 26 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_bottomtray.xml b/indra/newview/skins/default/xui/en/panel_bottomtray.xml index 7b473ee219..61bd1d186e 100644 --- a/indra/newview/skins/default/xui/en/panel_bottomtray.xml +++ b/indra/newview/skins/default/xui/en/panel_bottomtray.xml @@ -47,7 +47,7 @@           min_width="300"           name="chat_bar"           user_resize="false" -         filename="panel_nearby_chat_bar.xml"/> +         filename="panel_nearby_chat_bar.xml" />          <layout_panel           mouse_opaque="false"           auto_resize="false" @@ -55,23 +55,22 @@           height="28"           layout="topleft"           min_height="28" -         width="96" +         width="100"           top_delta="0"           min_width="96"           name="speak_panel"           user_resize="false"> -		    <chiclet_talk -		     follows="right" -		     height="23" -		     speak_button.font="SansSerifMedium" -		     speak_button.tab_stop="true" -		     show_button.tab_stop="true" -		     layout="topleft" -		     left="0" -		     name="talk" -		     top="3" -		     width="96" /> -         </layout_panel> +         <chiclet_talk +          follows="right" +          height="23" +          speak_button.tab_stop="true" +          show_button.tab_stop="true" +          layout="topleft" +          left="0" +          name="talk" +          top="3" +          width="100" /> +        </layout_panel>  		 <icon           auto_resize="false"           follows="left|right" @@ -89,21 +88,21 @@           height="28"           layout="topleft"           min_height="28" -         width="76" +         width="80"           top_delta="0"           min_width="76"           name="gesture_panel"           user_resize="false"> -		    <gesture_combo_box -		      follows="right" -		     height="23" -		     label="Gesture" -		     layout="topleft" -		     name="Gesture" -		     left="0" -		     top="3" -             use_ellipses="true" -		     width="76" /> +         <button +           follows="right" +          height="23" +          label="Gesture" +          layout="topleft" +          name="Gesture" +          left="0" +          top="3" +         use_ellipses="true" +          width="80" />          </layout_panel>  		 <icon           auto_resize="false" @@ -288,7 +287,7 @@           height="10"           image_name="spacer24.tga"           layout="topleft" -         left="0" +         right="-1"           top="0"           width="10"/>      </layout_stack>  | 
