Fossil

Diff
Login

Differences From Artifact [48ba76eec4]:

To Artifact [0fbf7b8336]:


83
84
85
86
87
88
89

90

91
92
93
94
95
96
97
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99







+

+







**
** The following array holds the value for all known skin details.
*/
static struct SkinDetail {
  const char *zName;      /* Name of the detail */
  const char *zValue;     /* Value of the detail */
} aSkinDetail[] = {
  { "pikchr-fontscale",           ""      },
  { "pikchr-foreground",          ""      },
  { "pikchr-scale",               ""      },
  { "timeline-arrowheads",        "1"     },
  { "timeline-circle-nodes",      "0"     },
  { "timeline-color-graph-lines", "0"     },
  { "white-foreground",           "0"     },
};

/*