add disabled code for square bars
Change-Id: I4b315d9a4a6fb384eaec4d58c53291e473fb6d85
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user