*neutrino moviebrowser: use colors of infoviewer in footer,

makes caption more readable in some theme configurations,
btw.: also many other windows still got  this problem,
some ports from original neutrino should help to remove this
small problems,... coming soon.

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1067 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
thilo
2011-01-26 11:05:36 +00:00
parent 1125c6ab1f
commit 6af3f6c819

View File

@@ -1518,7 +1518,7 @@ void CMovieBrowser::refreshTitle(void)
void CMovieBrowser::refreshFoot(void)
{
//TRACE("[mb]->refreshButtonLine \r\n");
int color = (CFBWindow::color_t) COL_MENUCONTENT;
int color = (CFBWindow::color_t) COL_INFOBAR_SHADOW;
int iw = 0, ih;
std::string filter_text = g_Locale->getText(LOCALE_MOVIEBROWSER_FOOT_FILTER);
@@ -1530,7 +1530,7 @@ void CMovieBrowser::refreshFoot(void)
// draw the background first
m_pcWindow->paintBoxRel(m_cBoxFrame.iX+m_cBoxFrameFootRel.iX, m_cBoxFrame.iY+ m_cBoxFrameFootRel.iY,
m_cBoxFrameFootRel.iWidth, m_cBoxFrameFootRel.iHeight+ 6,
(CFBWindow::color_t)COL_MENUHEAD_PLUS_0, RADIUS_LARGE, CORNER_BOTTOM);
(CFBWindow::color_t)COL_INFOBAR_SHADOW_PLUS_0, RADIUS_LARGE, CORNER_BOTTOM);
// int width = m_cBoxFrameFootRel.iWidth>>2;