Kaydet (Commit) e4c395f1 authored tarafından Markus Mohrhard's avatar Markus Mohrhard Kaydeden (comit) Fridrich Štrba

change the bar size a bit

Change-Id: I09df4a7104a4df1603a7d64bfa49c103be4f4ade
üst f1a8465b
......@@ -64,10 +64,10 @@ 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;
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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment