Try to rework footer

* try to fix enableButtonShadow(), seems an init is missing
* shadow fixed
This commit is contained in:
2016-09-24 00:52:59 +02:00
parent eb78743e4a
commit 2e631fd0ce
9 changed files with 152 additions and 81 deletions

View File

@@ -247,11 +247,11 @@ void CComponentsPicture::initPosition(int *x_position, int *y_position)
}
void CComponentsPicture::getSize(int* width_image, int *height_image)
{
*width_image = width;
*height_image = height;
}
// void CComponentsPicture::getSize(int* width_image, int *height_image)
// {
// *width_image = width;
// *height_image = height;
// }
int CComponentsPicture::getWidth()
{