mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
*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:
@@ -1518,7 +1518,7 @@ void CMovieBrowser::refreshTitle(void)
|
|||||||
void CMovieBrowser::refreshFoot(void)
|
void CMovieBrowser::refreshFoot(void)
|
||||||
{
|
{
|
||||||
//TRACE("[mb]->refreshButtonLine \r\n");
|
//TRACE("[mb]->refreshButtonLine \r\n");
|
||||||
int color = (CFBWindow::color_t) COL_MENUCONTENT;
|
int color = (CFBWindow::color_t) COL_INFOBAR_SHADOW;
|
||||||
int iw = 0, ih;
|
int iw = 0, ih;
|
||||||
|
|
||||||
std::string filter_text = g_Locale->getText(LOCALE_MOVIEBROWSER_FOOT_FILTER);
|
std::string filter_text = g_Locale->getText(LOCALE_MOVIEBROWSER_FOOT_FILTER);
|
||||||
@@ -1530,7 +1530,7 @@ void CMovieBrowser::refreshFoot(void)
|
|||||||
// draw the background first
|
// draw the background first
|
||||||
m_pcWindow->paintBoxRel(m_cBoxFrame.iX+m_cBoxFrameFootRel.iX, m_cBoxFrame.iY+ m_cBoxFrameFootRel.iY,
|
m_pcWindow->paintBoxRel(m_cBoxFrame.iX+m_cBoxFrameFootRel.iX, m_cBoxFrame.iY+ m_cBoxFrameFootRel.iY,
|
||||||
m_cBoxFrameFootRel.iWidth, m_cBoxFrameFootRel.iHeight+ 6,
|
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;
|
// int width = m_cBoxFrameFootRel.iWidth>>2;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user