eventlist: add small separator line between navibar and footer

Origin commit data
------------------
Branch: ni/coolstream
Commit: c2137a61c4
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-21 (Sun, 21 Jan 2018)

Origin message was:
------------------
- eventlist: add small separator line between navibar and footer

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2018-01-21 21:31:58 +01:00
parent 3aa69c6e7f
commit 6257d9f269

View File

@@ -920,6 +920,9 @@ void CEventList::paintNaviBar(std::string _channelname_prev, std::string _channe
// shadow
frameBuffer->paintBoxRel(x + full_width, navibar_y + OFFSET_SHADOW, OFFSET_SHADOW, navibar_height, COL_SHADOW_PLUS_0);
// small separator line
frameBuffer->paintHLineRel(x, full_width, navibar_y + navibar_height - 1, COL_FRAME);
}
void CEventList::showProgressBar(int pos)