From c4d78686b904750158cb50d22f08e7487f80ef8f Mon Sep 17 00:00:00 2001 From: vanhofen Date: Fri, 7 Jan 2022 22:15:37 +0100 Subject: [PATCH] Revert "- eventlist: add small separator line between navibar and footer" This reverts commit 746e37fa752975f7a87da0d51416dfeff27e2424. Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/3bdb7f6a65d13b3139d3afb8f578932dcf51937c Author: vanhofen Date: 2022-01-07 (Fri, 07 Jan 2022) Origin message was: ------------------ Revert "- eventlist: add small separator line between navibar and footer" This reverts commit 746e37fa752975f7a87da0d51416dfeff27e2424. --- src/gui/eventlist.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/gui/eventlist.cpp b/src/gui/eventlist.cpp index e073c23ad..cfeceaa03 100644 --- a/src/gui/eventlist.cpp +++ b/src/gui/eventlist.cpp @@ -929,9 +929,6 @@ 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)