src/hg/hgTracks/config.c 1.91

1.91 2010/03/27 04:27:00 kent
Adding additional font options to config page.
Index: src/hg/hgTracks/config.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTracks/config.c,v
retrieving revision 1.90
retrieving revision 1.91
diff -b -B -U 4 -r1.90 -r1.91
--- src/hg/hgTracks/config.c	9 Feb 2010 23:27:22 -0000	1.90
+++ src/hg/hgTracks/config.c	27 Mar 2010 04:27:00 -0000	1.91
@@ -16,10 +16,9 @@
 
 static void textSizeDropDown()
 /* Create drop down for font size. */
 {
-static char *sizes[] = {"tiny", "small", "medium", "large", "huge"};
-cartUsualString(cart, textSizeVar, "small");
+static char *sizes[] = {"6", "8", "10", "12", "14", "18", "24", "34"};
 hDropList(textSizeVar, sizes, ArraySize(sizes), tl.textSize);
 }
 
 #ifndef IMAGEv2_DRAG_REORDER