From 6af3f6c8193672adee4fc31fe8fb8fd5aab23bb1 Mon Sep 17 00:00:00 2001 From: thilo Date: Wed, 26 Jan 2011 11:05:36 +0000 Subject: [PATCH] *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 --- src/gui/moviebrowser.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/moviebrowser.cpp b/src/gui/moviebrowser.cpp index 345241b1e..ab699f416 100644 --- a/src/gui/moviebrowser.cpp +++ b/src/gui/moviebrowser.cpp @@ -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;