Merge branch 'cst-next' of git://coolstreamtech.de/cst-public-gui-neutrino into ni/cst-next

Conflicts:
	src/gui/epgview.cpp


Origin commit data
------------------
Commit: 38ca43dde0
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-14 (Sun, 14 Aug 2016)
This commit is contained in:
vanhofen
2016-08-14 22:05:07 +02:00
28 changed files with 67 additions and 65 deletions

View File

@@ -373,7 +373,7 @@ void CHDDInfoWidget::paint(const std::string &Key)
// paint backgrounds
frameBuffer->paintBoxRel(x, y, width, hheight, COL_MENUHEAD_PLUS_0, RADIUS_LARGE, CORNER_TOP);
frameBuffer->paintBoxRel(x, y+ hheight, width, bheight, COL_MENUCONTENT_PLUS_0);
frameBuffer->paintBoxRel(x, y+ hheight+ bheight, width, fheight, COL_INFOBAR_SHADOW_PLUS_1, RADIUS_LARGE, CORNER_BOTTOM);
frameBuffer->paintBoxRel(x, y+ hheight+ bheight, width, fheight, COL_SHADOW_PLUS_1, RADIUS_LARGE, CORNER_BOTTOM);
// header
int xpos = x + offset/2;