rename SHADOW_OFFSET -> OFFSET_SHADOW

Origin commit data
------------------
Commit: 5d450c60d3
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-10-10 (Mon, 10 Oct 2016)

Origin message was:
------------------
- rename SHADOW_OFFSET -> OFFSET_SHADOW
This commit is contained in:
vanhofen
2016-10-10 14:19:55 +02:00
parent 8419c90eb4
commit f21851aec0
19 changed files with 78 additions and 78 deletions

View File

@@ -48,7 +48,7 @@ CComponentsShapeSquare::CComponentsShapeSquare( const int x_pos, const int y_pos
width = width_old = w;
height = height_old = h;
shadow = shadow_mode;
shadow_w = SHADOW_OFFSET;
shadow_w = OFFSET_SHADOW;
col_frame = color_frame;
col_body = color_body;
col_shadow = color_shadow;
@@ -76,7 +76,7 @@ CComponentsShapeCircle::CComponentsShapeCircle( int x_pos, int y_pos, int diam,
y = y_pos;
//width = height = d = diam;
shadow = shadow_mode;
shadow_w = SHADOW_OFFSET;
shadow_w = OFFSET_SHADOW;
col_frame = color_frame;
col_body = color_body;
col_shadow = color_shadow;