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/inc/hui.h src/hg/inc/hui.h index 47b9b2a..02af555 100644 --- src/hg/inc/hui.h +++ src/hg/inc/hui.h @@ -118,34 +118,30 @@ /* Configuration variable to cause ruler zoom to zoom to base level */ #define RULER_BASE_ZOOM_VAR "rulerBaseZoom" /* Maf track display variables and their values */ #define MAF_GENEPRED_VAR "mafGenePred" #define MAF_FRAMING_VAR "mafFrame" #define MAF_DOT_VAR "mafDot" #define MAF_CHAIN_VAR "mafChain" #define MAF_SHOW_SNP "mafShowSnp" /* display of bases for tracks that are type psl and have sequence e.g. ESTs */ #define PSL_SEQUENCE_BASES "pslSequenceBases" #define PSL_SEQUENCE_DEFAULT "no" /****** Some stuff for tables of controls ******/ -#define CONTROL_TABLE_WIDTH 940 -/* this number is 10 less than hgDefaultPixWidth and DEFAULT_PIX_WIDTH - * defined in hCommon.h */ - #define EXTENDED_DNA_BUTTON "extended case/color options" /* Net track option */ #define NET_OPT_TOP_ONLY "netTopOnly" /* Microarray default setting. */ #define MICROARRAY_CLICK_LIMIT 200 /* itemImagePath trackDb variable names */ #define ITEM_IMAGE_PATH "itemImagePath" #define ITEM_BIG_IMAGE_PATH "itemBigImagePath" /* SwitchGear TSS default filter. */ #define SWITCHDBTSS_FILTER 10