21f2156fc85a7168a5216a09e10780f4efba2972 hiram Fri Sep 19 13:04:34 2014 -0700 allow hg.conf override of 5000 pixel wide limit refs #10411 diff --git src/hg/inc/trackLayout.h src/hg/inc/trackLayout.h index fb336aa..42e5faa 100644 --- src/hg/inc/trackLayout.h +++ src/hg/inc/trackLayout.h @@ -22,18 +22,19 @@ int barbSpacing; /* Space between arrows on introns. */ }; void trackLayoutInit(struct trackLayout *tl, struct cart *cart); /* Initialize layout around small font and a picture about 600 pixels * wide, but this can be overridden by cart. */ void trackLayoutSetPicWidth(struct trackLayout *tl, char *s); /* Set pixel width from ascii string. */ boolean trackLayoutInclFontExtras(); /* Check if fonts.extra is set to use "yes" in the config. This enables * extra fonts and related options that are not part of the public browser */ #define textSizeVar "textSize" /* Variable name used for text size. */ +#define MAX_DISPLAY_PIXEL_WIDTH 5000 #endif /* TRACKLAYOUT_H */