From d053b40620ca6f3c105f7691abbb40b0d1afae47 Mon Sep 17 00:00:00 2001 From: Michael Liebmann Date: Mon, 10 Oct 2016 20:51:05 +0200 Subject: [PATCH] Fix compile error at src/gui/audioplayer.cpp - Complement to commit aa65a61 Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/01f3a562299ba94855f5abb17280c35b07bd1c9e Author: Michael Liebmann Date: 2016-10-10 (Mon, 10 Oct 2016) ------------------ This commit was generated by Migit --- src/gui/audioplayer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/audioplayer.cpp b/src/gui/audioplayer.cpp index 07f48f756..ebb947153 100644 --- a/src/gui/audioplayer.cpp +++ b/src/gui/audioplayer.cpp @@ -1825,7 +1825,7 @@ void CAudioPlayerGui::paintItemID3DetailsLine (int pos) { int xpos = m_x - ConnectLineBox_Width; int ypos1 = m_y + m_title_height + m_theight + pos*m_fheight; - int ypos2 = m_y + (m_height - m_info_height) + INFO_BOX_Y_OFFSET; + int ypos2 = m_y + (m_height - m_info_height) + OFFSET_INTER; int ypos1a = ypos1 + (m_fheight / 2); int ypos2a = ypos2 + (m_info_height / 2);