mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
epgplus: add missing round corners to footer
Origin commit data
------------------
Commit: 9c3c6332fd
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-04-08 (Sat, 08 Apr 2017)
Origin message was:
------------------
- epgplus: add missing round corners to footer
This commit is contained in:
@@ -468,8 +468,8 @@ void EpgPlus::Footer::paintEventDetails(const std::string & description, const s
|
||||
int frame_thickness = 2;
|
||||
|
||||
// clear the whole footer
|
||||
this->frameBuffer->paintBoxRel(this->x, yPos, this->width, this->getUsedHeight(), COL_MENUCONTENTDARK_PLUS_0);
|
||||
this->frameBuffer->paintBoxFrame(this->x, yPos, this->width, this->getUsedHeight(), frame_thickness, COL_FRAME_PLUS_0);
|
||||
this->frameBuffer->paintBoxRel(this->x, yPos, this->width, this->getUsedHeight(), COL_MENUCONTENTDARK_PLUS_0, RADIUS_LARGE);
|
||||
this->frameBuffer->paintBoxFrame(this->x, yPos, this->width, this->getUsedHeight(), frame_thickness, COL_FRAME_PLUS_0, RADIUS_LARGE);
|
||||
|
||||
// display bouquet and channel name
|
||||
yPos += OFFSET_INNER_SMALL + this->fontBouquetChannelName->getHeight();
|
||||
|
Reference in New Issue
Block a user