From 6257d9f269d7fc58a3e850fa73e23e2e24799a25 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sun, 21 Jan 2018 21:31:58 +0100 Subject: [PATCH] eventlist: add small separator line between navibar and footer Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/c2137a61c4d7baf819a4dc298ce95b702219e8df Author: vanhofen 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 --- src/gui/eventlist.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/gui/eventlist.cpp b/src/gui/eventlist.cpp index d3dbaf2b3..894a9ced7 100644 --- a/src/gui/eventlist.cpp +++ b/src/gui/eventlist.cpp @@ -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)