colors: smoother interplay; use 1px frames

Origin commit data
------------------
Commit: 5f08483671
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-22 (Mon, 22 Aug 2016)

Origin message was:
------------------
- colors: smoother interplay; use 1px frames
This commit is contained in:
vanhofen
2016-08-22 23:30:06 +02:00
parent 1f3c68ccc2
commit cf2f3e11fe
7 changed files with 20 additions and 19 deletions

View File

@@ -935,7 +935,7 @@ int CEpgData::show(const t_channel_id channel_id, uint64_t a_id, time_t* a_start
showText(showPos, sy + toph);
// small bottom box
frameBuffer->paintBoxRel(sx, sy+oy-botboxheight, ox, botboxheight, COL_MENUHEAD_PLUS_0);
frameBuffer->paintBoxRel(sx, sy+oy-botboxheight, ox, botboxheight, COL_MENUFOOT_PLUS_0);
if (!mp_info)
{
static int iw = 0, ih = 0, io = 0;