src/hg/lib/hui.c 1.262

1.262 2010/02/22 21:01:42 braney
fiddle with the wiggle dialog a little to get the YLineOff drop down in the right place
Index: src/hg/lib/hui.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/lib/hui.c,v
retrieving revision 1.261
retrieving revision 1.262
diff -b -B -U 4 -r1.261 -r1.262
--- src/hg/lib/hui.c	17 Feb 2010 21:39:16 -0000	1.261
+++ src/hg/lib/hui.c	22 Feb 2010 21:01:42 -0000	1.262
@@ -3637,11 +3637,11 @@
 wiggleGridDropDown(option, horizontalGrid);
 printf("   at y =");
 snprintf(option, sizeof(option), "%s.%s", name, YLINEMARK );
 cgiMakeDoubleVarWithLimits(option, yLineMark, "Indicator at Y", 0, tDbMinY, tDbMaxY);
-printf("</td><td align=left>");
 snprintf(option, sizeof(option), "%s.%s", name, YLINEONOFF );
 wiggleYLineMarkDropDown(option, yLineMarkOnOff);
+printf("</td>");
 if(boxed)
     puts("</TD></TR></TABLE>");
 else
     {