From 9f8c9ddc01e286b6dfcfe23959b433fa55f8734e Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sat, 1 Oct 2016 12:11:07 +0200 Subject: [PATCH] audioplayer: smoother colors Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/72b595f631ecb5ace669d016fd0dced8ac9a3f68 Author: vanhofen Date: 2016-10-01 (Sat, 01 Oct 2016) Origin message was: ------------------ - audioplayer: smoother colors ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/audioplayer.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/gui/audioplayer.cpp b/src/gui/audioplayer.cpp index 4bc8348ba..8cb4b1471 100644 --- a/src/gui/audioplayer.cpp +++ b/src/gui/audioplayer.cpp @@ -1766,7 +1766,7 @@ void CAudioPlayerGui::paintInfo() title_height -= m_fheight; m_frameBuffer->paintBoxRel(m_x, m_y, m_width, title_height - 10, COL_MENUCONTENTSELECTED_PLUS_0, c_rad_mid); //NI - m_frameBuffer->paintBoxFrame(m_x, m_y, m_width, title_height - 10, 1, COL_MENUCONTENT_PLUS_6, c_rad_mid); //NI + m_frameBuffer->paintBoxFrame(m_x, m_y, m_width, title_height - 10, 1, COL_MENUCONTENT_PLUS_1, c_rad_mid); //NI paintCover(); @@ -1880,8 +1880,9 @@ void CAudioPlayerGui::paintItemID3DetailsLine (int pos) // paint id3 infobox if (ibox == NULL){ ibox = new CComponentsInfoBox(m_x, ypos2, m_width, m_info_height); - ibox->setFrameThickness(2); + ibox->setFrameThickness(1); //NI ibox->setCorner(RADIUS_LARGE); + ibox->setColorFrame(COL_MENUCONTENT_PLUS_1); //NI ibox->setColorBody(COL_MENUCONTENTDARK_PLUS_0); ibox->forceTextPaint(false); }