diff options
author | McCabe Maxsted | 2010-11-05 18:28:29 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-11-05 18:28:29 -0700 |
commit | 2ca774143c29f216ae7cd38c83c9689988e87df4 (patch) | |
tree | 6f3b97c55febef6e71206f07859235c16560da31 | |
parent | Set can_edit_text attribute to true for draw distance, particle count, and im... (diff) | |
download | meta-impy-2ca774143c29f216ae7cd38c83c9689988e87df4.zip meta-impy-2ca774143c29f216ae7cd38c83c9689988e87df4.tar.gz meta-impy-2ca774143c29f216ae7cd38c83c9689988e87df4.tar.bz2 meta-impy-2ca774143c29f216ae7cd38c83c9689988e87df4.tar.xz |
Set can_edit_text attribute to true for the radar distance slider, fixed the layout and the default being too large (2048 isn't supported on SL. This problem needs a different solution)
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/panel_radar.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_radar.xml b/linden/indra/newview/skins/default/xui/en-us/panel_radar.xml index ce2d5ad..4639ef3 100644 --- a/linden/indra/newview/skins/default/xui/en-us/panel_radar.xml +++ b/linden/indra/newview/skins/default/xui/en-us/panel_radar.xml | |||
@@ -41,12 +41,12 @@ | |||
41 | </text> | 41 | </text> |
42 | 42 | ||
43 | <slider name="near_me_range" label="" control_name="NearMeRange" | 43 | <slider name="near_me_range" label="" control_name="NearMeRange" |
44 | bottom_delta="0" left_delta="62" width="150" height="15" | 44 | bottom_delta="0" left_delta="58" width="110" height="15" |
45 | follows="left|top" min_val="5" max_val="2048" increment="1" | 45 | follows="left|top" min_val="5" max_val="1024" increment="1" |
46 | initial_val="96" decimal_digits="0" /> | 46 | initial_val="96" decimal_digits="0" can_edit_text="true" /> |
47 | 47 | ||
48 | <text name="meters" | 48 | <text name="meters" |
49 | bottom_delta="0" left_delta="10" height="15" width="40" | 49 | bottom_delta="0" left_delta="113" height="15" width="40" |
50 | h_pad="0" halign="left" v_pad="0" follows="left|top" | 50 | h_pad="0" halign="left" v_pad="0" follows="left|top" |
51 | bg_visible="false" border_drop_shadow_visible="false" | 51 | bg_visible="false" border_drop_shadow_visible="false" |
52 | border_visible="false" drop_shadow_visible="true" | 52 | border_visible="false" drop_shadow_visible="true" |