fea9f3be2871b26692d7e27574077668b2fe338e
max
Tue Jul 4 06:50:35 2023 -0700
changing default track control table to 90% of screen width. This has the disadvantage that the window size affects the layout more, but allows us to show more tracks on the screen. todays screens are wider. It sounded like a majority at the group meeting favored the 90% + 8 columns approach. refs #31609
diff --git src/hg/lib/hui.c src/hg/lib/hui.c
index 0bb09d8..f371344 100644
--- src/hg/lib/hui.c
+++ src/hg/lib/hui.c
@@ -6288,31 +6288,31 @@
char *logicTypeVal =
cartUsualStringClosestToHome(cart, tdb, parentLevel, mud->logicTypeSuffix, "and");
boxed = cfgBeginBoxAndTitle(tdb, boxed, title);
/* Define type of filter. */
char buffer[256];
safef(buffer,sizeof buffer,"%s.%s",prefix,mud->filterTypeSuffix);
filterButtons(buffer, filterTypeVal, FALSE);
printf(" Combination Logic: ");
safef(buffer,sizeof buffer,"%s.%s",prefix,mud->logicTypeSuffix);
radioButton(buffer, logicTypeVal, "and");
radioButton(buffer, logicTypeVal, "or");
printf("
\n");
/* List various fields you can filter on. */
-printf("