Comment 1 for bug 890743

Revision history for this message
Lance Reed (reed-r-lance) wrote :

Adding in patch file:

cat /tmp/composer_widgets.js.patch
--- composer_widgets.js.orig 2011-11-14 12:52:03.000000000 -0500
+++ composer_widgets.js 2011-11-15 10:30:11.000000000 -0500
@@ -1049,7 +1049,7 @@
   var yAxisSideMenu = new Ext.menu.Menu({
     items: [
       menuRadioItem("yAxis", "Left", "yAxisSide", "left"),
- menuRadioItem("yAxis", "Right", "yAxisSide", "right"),
+ menuRadioItem("yAxis", "Right", "yAxisSide", "right")
     ]
   });

@@ -1073,7 +1073,7 @@
       menuInputItem("Left Y Step", "yStepLeft"),
       menuInputItem("Left Line Width", "leftWidth"),
       menuInputItem("Left Line Color", "leftColor"),
- menuInputItem("Left Line Dashed (length, in px)", "leftDashed"),
+ menuInputItem("Left Line Dashed (length, in px)", "leftDashed")

     ]
   });
@@ -1085,7 +1085,7 @@
       menuInputItem("Right Y Step", "yStepRight"),
       menuInputItem("Right Line Width", "rightWidth"),
       menuInputItem("Right Line Color", "rightColor"),
- menuInputItem("Right Line Dashed (length, in px)", "rightDashed"),
+ menuInputItem("Right Line Dashed (length, in px)", "rightDashed")

     ]
   });