summaryrefslogtreecommitdiffstats
path: root/src/bltGrPenBar.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/bltGrPenBar.C')
-rw-r--r--src/bltGrPenBar.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bltGrPenBar.C b/src/bltGrPenBar.C
index 71b315f..70fb50c 100644
--- a/src/bltGrPenBar.C
+++ b/src/bltGrPenBar.C
@@ -50,7 +50,7 @@ static Tk_OptionSpec barPenOptionSpecs[] = {
{TK_OPTION_PIXELS, "-errorbarwidth", "errorBarWidth","ErrorBarWidth",
"1", -1, Tk_Offset(BarPenOptions, errorBarLineWidth), 0, NULL, 0},
{TK_OPTION_PIXELS, "-errorbarcap", "errorBarCap", "ErrorBarCap",
- "6", -1, Tk_Offset(BarPenOptions, errorBarCapWidth), 0, NULL, 0},
+ "5", -1, Tk_Offset(BarPenOptions, errorBarCapWidth), 0, NULL, 0},
{TK_OPTION_SYNONYM, "-fg", NULL, NULL, NULL, -1, 0, 0, "-foreground", 0},
{TK_OPTION_SYNONYM, "-fill", NULL, NULL, NULL, -1, 0, 0, "-background", 0},
{TK_OPTION_COLOR, "-foreground", "foreground", "Foreground",