ce7ecc5b48cc6042105912d29364c994be953300 larrym Tue May 8 12:14:02 2012 -0700 add some missing td's and tr's to fix formatting problems when browser.theme is disabled (#7867) diff --git src/hg/hgTracks/config.c src/hg/hgTracks/config.c index 1b7366e..f0612f3 100644 --- src/hg/hgTracks/config.c +++ src/hg/hgTracks/config.c @@ -388,42 +388,45 @@ // 3 column table hPrintf("\n"); hPrintf(""); hPrintf(""); hPrintf(""); if (trackLayoutInclFontExtras()) { + hPrintf(""); } +hPrintf(""); themeDropDown(cart); hTableStart(); if (ideoTrack != NULL) { hPrintf("\n"); } hPrintf("
image width:"); hPrintf(""); hIntVar("pix", tl.picWidth, 4); hPrintf("pixels
label area width:"); hPrintf(""); hIntVar("hgt.labelWidth", leftLabelWidthChars, 2); hPrintf("characters
text size:"); hPrintf(""); textSizeDropDown(); -hPrintf(""); +hPrintf(""); char *defaultStyle = cartUsualString(cart, "fontType", "medium"); cartMakeRadioButton(cart, "fontType", "medium", defaultStyle); hPrintf(" medium "); cartMakeRadioButton(cart, "fontType", "fixed", defaultStyle); hPrintf(" fixed "); cartMakeRadioButton(cart, "fontType", "bold", defaultStyle); hPrintf(" bold "); hPrintf(" "); + hPrintf("
"); hCheckBox("ideogram", cartUsualBoolean(cart, "ideogram", TRUE)); hPrintf(""); hPrintf("Display chromosome ideogram above main graphic"); hPrintf("
"); hCheckBox("guidelines", cartUsualBoolean(cart, "guidelines", TRUE)); hPrintf("");