diff options
author | joye <joye> | 2014-05-08 19:27:05 (GMT) |
---|---|---|
committer | joye <joye> | 2014-05-08 19:27:05 (GMT) |
commit | 527abd990ebff973a361e9aa6bec3c0461c0e3ce (patch) | |
tree | e3a2737a8ca8d5853fb8955072c2568dc7b88732 /src/bltGraphBar.C | |
parent | 43d1c107ecce56612292cd5cbdc475fee199b02d (diff) | |
download | blt-527abd990ebff973a361e9aa6bec3c0461c0e3ce.zip blt-527abd990ebff973a361e9aa6bec3c0461c0e3ce.tar.gz blt-527abd990ebff973a361e9aa6bec3c0461c0e3ce.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'src/bltGraphBar.C')
-rw-r--r-- | src/bltGraphBar.C | 2 |
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(); } |