audioplayer: smoother colors

Origin commit data
------------------
Branch: ni/coolstream
Commit: 72b595f631
Author: vanhofen <vanhofen@gmx.de>
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
This commit is contained in:
vanhofen
2016-10-01 12:11:07 +02:00
parent f6374e85e8
commit 9f8c9ddc01

View File

@@ -1766,7 +1766,7 @@ void CAudioPlayerGui::paintInfo()
title_height -= m_fheight; 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->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(); paintCover();
@@ -1880,8 +1880,9 @@ void CAudioPlayerGui::paintItemID3DetailsLine (int pos)
// paint id3 infobox // paint id3 infobox
if (ibox == NULL){ if (ibox == NULL){
ibox = new CComponentsInfoBox(m_x, ypos2, m_width, m_info_height); ibox = new CComponentsInfoBox(m_x, ypos2, m_width, m_info_height);
ibox->setFrameThickness(2); ibox->setFrameThickness(1); //NI
ibox->setCorner(RADIUS_LARGE); ibox->setCorner(RADIUS_LARGE);
ibox->setColorFrame(COL_MENUCONTENT_PLUS_1); //NI
ibox->setColorBody(COL_MENUCONTENTDARK_PLUS_0); ibox->setColorBody(COL_MENUCONTENTDARK_PLUS_0);
ibox->forceTextPaint(false); ibox->forceTextPaint(false);
} }