From 1159ab61494bf82fbb2a92ea52015b85501418d1 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Thu, 22 May 2014 13:18:00 +0200 Subject: change the bar size a bit Change-Id: I09df4a7104a4df1603a7d64bfa49c103be4f4ade --- chart2/source/view/charttypes/GL3DBarChart.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/chart2/source/view/charttypes/GL3DBarChart.cxx b/chart2/source/view/charttypes/GL3DBarChart.cxx index 542711a5d4fb..a3a88584adfb 100644 --- a/chart2/source/view/charttypes/GL3DBarChart.cxx +++ b/chart2/source/view/charttypes/GL3DBarChart.cxx @@ -64,10 +64,10 @@ void GL3DBarChart::create3DShapes(const boost::ptr_vector& rDataSer // guarantee they are positioned correctly. In fact, they are guaranteed // to be positioned incorrectly. - const float nBarSizeX = 10; - const float nBarSizeY = 10; - const float nBarDistanceX = nBarSizeX / 2; - const float nBarDistanceY = nBarSizeY / 2; + const float nBarSizeX = 10.0f; + const float nBarSizeY = 30.0f; + const float nBarDistanceX = 5.0f; + const float nBarDistanceY = 5.0; sal_uInt32 nId = 1; float nXEnd = 0.0; -- cgit