mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-09 22:58:28 +02:00
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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user