cfce170a7f27ad29e42f9994131d8799478e6f33 max Mon Mar 6 14:28:02 2017 -0800 changing default display width to 950px, refs #18988 diff --git src/hg/inc/hCommon.h src/hg/inc/hCommon.h index e2dfdcb..c6f0d22 100644 --- src/hg/inc/hCommon.h +++ src/hg/inc/hCommon.h @@ -87,32 +87,32 @@ boolean hIsGsidServer(); /* Is this the GSID-customized server? Change for config variable * gsid.server=yes */ boolean hIsCgbServer(); /* Is this a cancer genome browser server? Change for config variable * cgb.server=yes */ void hTableStart(); /* Output a table with solid borders. */ void hTableEnd(); /* Close out table started with hTableStart() */ -#define hgDefaultPixWidth 800 -#define DEFAULT_PIX_WIDTH "800" +#define hgDefaultPixWidth 950 +#define DEFAULT_PIX_WIDTH "950" /* if this default pix width is changed, also note relationship in * CONTROL_TABLE_WIDTH in hui.h */ #define hgDefaultLeftLabelWidth 120 #define hgDefaultGfxBorder 1 /* gisaid selection file option variable names */ #define gisaidSubjList "gisaidTable.gisaidSubjList" #define gisaidSeqList "gisaidTable.gisaidSeqList" #define gisaidAaSeqList "gisaidTable.gisaidAaSeqList" boolean validateGisaidUser(); boolean hDumpStackEnabled(void); /* is browser.dumpStack enabled? */