diff --git a/doc/contributions.txt b/doc/contributions.txt
index 1728f01c9560482598226500f9cc86bfd0f3955b..aaf884f0e9d3e8e1e456819a16cf9db21a5f36ed 100755
--- a/doc/contributions.txt
+++ b/doc/contributions.txt
@@ -755,6 +755,7 @@ Jonathan Yap
 	STORM-2092
 	STORM-2100
 	STORM-2104
+	STORM-2142
 Kadah Coba
 	STORM-1060
     STORM-1843
diff --git a/indra/newview/skins/default/xui/en/floater_scene_load_stats.xml b/indra/newview/skins/default/xui/en/floater_scene_load_stats.xml
index 4001609746ba52adf2d6c4ee4c8d99fce7e3e238..b53698a9f21939e71580096955a59f6d03016e35 100644
--- a/indra/newview/skins/default/xui/en/floater_scene_load_stats.xml
+++ b/indra/newview/skins/default/xui/en/floater_scene_load_stats.xml
@@ -7,7 +7,7 @@
          save_rect="true"
          save_visibility="true"
          title="SCENE LOAD STATISTICS"
-         width="270">
+         width="400">
     <scroll_container follows="top|left|bottom|right"
                       bottom="400"
                       layout="topleft"
@@ -15,14 +15,14 @@
                       name="statistics_scroll"
                       reserve_scroll_corner="true"
                       top="20"
-                      width="265">
+                      width="395">
       <container_view follows="top|left|bottom|right"
                       height="378"
                       layout="topleft"
                       left="2"
                       name="statistics_view"
                       top="20"
-                      width="250" >
+                      width="380" >
 <!--Basic Section-->
 		  <stat_view name="basic"
                  label="Basic"
diff --git a/indra/newview/skins/default/xui/en/menu_inventory_gear_default.xml b/indra/newview/skins/default/xui/en/menu_inventory_gear_default.xml
index bccda8a24735b9d57c330595de0cb25b6012a777..06d0b849a3e8ebc3cbc5f5a02242f70182c7a8f5 100644
--- a/indra/newview/skins/default/xui/en/menu_inventory_gear_default.xml
+++ b/indra/newview/skins/default/xui/en/menu_inventory_gear_default.xml
@@ -95,9 +95,6 @@
         <on_click
          function="Inventory.GearDefault.Custom.Action"
          parameter="empty_lostnfound" />
-        <on_enable
-         function="Inventory.GearDefault.Enable"
-         parameter="not_empty" />
     </menu_item_call>
     <menu_item_separator
      layout="topleft" />
@@ -155,8 +152,5 @@
         <on_click
          function="Inventory.GearDefault.Custom.Action"
          parameter="empty_trash" />
-        <on_enable
-         function="Inventory.GearDefault.Enable"
-         parameter="not_empty" />
     </menu_item_call>
 </toggleable_menu>