src/hg/instinct/hgHeatmap2/drawingCode.c 1.73

1.73 2009/09/28 20:21:06 jzhu
Index: src/hg/instinct/hgHeatmap2/drawingCode.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/instinct/hgHeatmap2/drawingCode.c,v
retrieving revision 1.72
retrieving revision 1.73
diff -b -B -U 4 -r1.72 -r1.73
--- src/hg/instinct/hgHeatmap2/drawingCode.c	18 Sep 2009 21:06:30 -0000	1.72
+++ src/hg/instinct/hgHeatmap2/drawingCode.c	28 Sep 2009 20:21:06 -0000	1.73
@@ -1151,12 +1151,12 @@
 if (!hEl)
     return 0;
 
 int width = hEl->pixelEnd - hEl->pixelStart;
-if (width < (hl->fontHeight + 5))
+if (width < (hl->fontHeight * 2))
     return 0;
 
-// Feature width is wide enough to accomodate text.
+// Feature width is wide enough to accomodate two lines of text.
 return 1;
 }