bfeae54a099bf1a9e2f29252b0ee581d2862ebf7
chmalee
Wed Nov 29 12:07:15 2023 -0800
Make tooltip text size a configurable option in hgTracks config page, refs #32688
diff --git src/hg/hgTracks/config.c src/hg/hgTracks/config.c
index f7e9c5c..c0a30f2 100644
--- src/hg/hgTracks/config.c
+++ src/hg/hgTracks/config.c
@@ -619,30 +619,77 @@
hPrintf("");
if (freeTypeOn())
{
hPrintf("
font:");
hPrintf("
");
textFontDropDown();
hPrintf("
");
hPrintf("
style:");
hPrintf("
");
textStyleDropDown();
hPrintf("
");
hPrintf("");
}
+if (cfgOptionBooleanDefault("showMouseovers", FALSE))
+ {
+ /* I predict most people will want the browser text size as the tooltip text size
+ * but just in case, users can change the value and it will remain independent
+ * of the font size by saving to localStorage. */
+ hPrintf("