mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
listframe: re-align title to the left
Origin commit data
------------------
Branch: ni/coolstream
Commit: a18ddafc99
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-05-30 (Thu, 30 May 2019)
Origin message was:
------------------
- listframe: re-align title to the left
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -370,7 +370,8 @@ void CListFrame::refreshTitle(void)
|
||||
m_textTitle.c_str(), TITLE_FONT_COLOR);
|
||||
#endif
|
||||
CComponentsText title (NULL, m_cFrameTitleRel.iX + m_cFrame.iX, m_cFrameTitleRel.iY+m_cFrame.iY, m_cFrameTitleRel.iWidth, m_cFrameTitleRel.iHeight,
|
||||
m_textTitle, CTextBox::CENTER, m_pcFontTitle, CComponentsText::FONT_STYLE_REGULAR, CC_SHADOW_OFF, TITLE_FONT_COLOR, COL_FRAME_PLUS_0, TITLE_BACKGROUND_COLOR);
|
||||
m_textTitle, CTextBox::AUTO_WIDTH, m_pcFontTitle, CComponentsText::FONT_STYLE_REGULAR, CC_SHADOW_OFF, TITLE_FONT_COLOR, COL_FRAME_PLUS_0, TITLE_BACKGROUND_COLOR);
|
||||
title.setTextBorderWidth(OFFSET_INNER_MID, OFFSET_INNER_NONE);
|
||||
title.enableColBodyGradient(g_settings.theme.menu_SubHead_gradient, COL_MENUCONTENT_PLUS_0, g_settings.theme.menu_SubHead_gradient_direction);
|
||||
|
||||
title.paint(false);
|
||||
|
Reference in New Issue
Block a user