diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-05-26 03:08:08 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-05-26 03:29:08 +0200 |
commit | b8dc914cdc0eab0735e4fec7613221fef2fc0fdb (patch) | |
tree | 1a8f149dccfce52363347b9d97593a4930c096d9 /chart2 | |
parent | d06ce014edf0c83b27b31d6c5af20de39d593037 (diff) |
adapt bar size to demo
Change-Id: Id746ce00f9e91397a3edf0b39bf7dbb08ea59885
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/view/charttypes/GL3DBarChart.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/view/charttypes/GL3DBarChart.cxx b/chart2/source/view/charttypes/GL3DBarChart.cxx index 6131e0502a60..951188d9df09 100644 --- a/chart2/source/view/charttypes/GL3DBarChart.cxx +++ b/chart2/source/view/charttypes/GL3DBarChart.cxx @@ -97,7 +97,7 @@ void GL3DBarChart::create3DShapes(const boost::ptr_vector<VDataSeries>& rDataSer // guarantee they are positioned correctly. In fact, they are guaranteed // to be positioned incorrectly. - const float nBarSizeX = 10.0f; + const float nBarSizeX = 5.0f; const float nBarSizeY = 30.0f; const float nBarDistanceX = 5.0f; const float nBarDistanceY = 5.0; |