epgplus: reduce frame_thickness for footerbox

Origin commit data
------------------
Commit: 8470de3a48
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-04-08 (Sat, 08 Apr 2017)

Origin message was:
------------------
- epgplus: reduce frame_thickness for footerbox
This commit is contained in:
vanhofen
2017-04-08 14:33:12 +02:00
parent 367caafa0b
commit df61dfaf15

View File

@@ -485,7 +485,7 @@ int EpgPlus::Footer::getUsedHeight()
void EpgPlus::Footer::paintEventDetails(const std::string & description, const std::string & info1)
{
int yPos = this->y;
int frame_thickness = 2;
int frame_thickness = 1; //NI
// clear the whole footer
this->frameBuffer->paintBoxRel(this->x, yPos, this->width, this->getUsedHeight(), COL_MENUCONTENTDARK_PLUS_0, RADIUS_LARGE);