Kaydet (Commit) d3e15ac8 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

add disabled code for square bars

Change-Id: I4b315d9a4a6fb384eaec4d58c53291e473fb6d85
üst 0c7c8aa5
......@@ -70,8 +70,13 @@ const size_t STEPS = 200;
const sal_uLong TIMEOUT = 5;
const sal_uInt32 ID_STEP = 10;
#if 0
const float BAR_SIZE_X = 15.0f;
const float BAR_SIZE_Y = 15.0f;
#else
const float BAR_SIZE_X = 30.0f;
const float BAR_SIZE_Y = 5.0f;
#endif
const float BAR_DISTANCE_X = 5.0f;
const float BAR_DISTANCE_Y = 5.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