mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
- listframe: fix calculation of width for rendering titles
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -359,7 +359,7 @@ void CListFrame::refreshTitle(void)
|
||||
|
||||
m_pcFontTitle->RenderString(m_cFrameTitleRel.iX + OFFSET_INNER_MID + m_cFrame.iX,
|
||||
m_cFrameTitleRel.iY + m_cFrameTitleRel.iHeight + m_cFrame.iY,
|
||||
m_cFrameTitleRel.iWidth - (OFFSET_INNER_MID << 1),
|
||||
m_cFrameTitleRel.iWidth - 2*OFFSET_INNER_MID,
|
||||
m_textTitle.c_str(), TITLE_FONT_COLOR);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user