CMovieBrowser: apply CTextBox::TOP for movie infobox

Default align is centered and to beware the old window style must add
CTextBox::TOP


Origin commit data
------------------
Branch: ni/coolstream
Commit: 55bc93f642
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-09-24 (Mon, 24 Sep 2012)

Origin message was:
------------------
*CMovieBrowser: apply CTextBox::TOP for movie infobox

Default align is centered and to beware the old window style must add
CTextBox::TOP


------------------
This commit was generated by Migit
This commit is contained in:
2012-09-24 17:38:43 +02:00
parent 7f7459b427
commit 91e7819286

View File

@@ -1120,7 +1120,7 @@ int CMovieBrowser::paint(void)
m_pcFilter = new CListFrame(&m_FilterLines, font, CListFrame::SCROLL | CListFrame::TITLE,
&m_cBoxFrameFilter, g_Locale->getText(LOCALE_MOVIEBROWSER_HEAD_FILTER),
g_Font[SNeutrinoSettings::FONT_TYPE_EPG_INFO1]);
m_pcInfo = new CTextBox(" ", NULL, CTextBox::SCROLL, &m_cBoxFrameInfo);
m_pcInfo = new CTextBox(" ", NULL, CTextBox::TOP | CTextBox::SCROLL, &m_cBoxFrameInfo);
if( m_pcBrowser == NULL || m_pcLastPlay == NULL ||