summaryrefslogtreecommitdiffstats
path: root/src/bltGraphBar.C
diff options
context:
space:
mode:
authorjoye <joye>2014-05-08 19:27:05 (GMT)
committerjoye <joye>2014-05-08 19:27:05 (GMT)
commit527abd990ebff973a361e9aa6bec3c0461c0e3ce (patch)
treee3a2737a8ca8d5853fb8955072c2568dc7b88732 /src/bltGraphBar.C
parent43d1c107ecce56612292cd5cbdc475fee199b02d (diff)
downloadblt-527abd990ebff973a361e9aa6bec3c0461c0e3ce.zip
blt-527abd990ebff973a361e9aa6bec3c0461c0e3ce.tar.gz
blt-527abd990ebff973a361e9aa6bec3c0461c0e3ce.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltGraphBar.C')
-rw-r--r--src/bltGraphBar.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bltGraphBar.C b/src/bltGraphBar.C
index 849eb0f..af6462f 100644
--- a/src/bltGraphBar.C
+++ b/src/bltGraphBar.C
@@ -266,7 +266,7 @@ void BarGraph::configure()
BarGraphOptions* ops = (BarGraphOptions*)ops_;
// Don't allow negative bar widths. Reset to an arbitrary value (0.1)
if (ops->barWidth <= 0.0f)
- ops->barWidth = 0.8f;
+ ops->barWidth = 0.9f;
Graph::configure();
}