Moved more constants into theme metrics

This commit is contained in:
Chris Danford
2002-08-22 09:31:32 +00:00
parent a0cf0fde6b
commit 822f8dd3a6
38 changed files with 1380 additions and 542 deletions
+3
View File
@@ -319,7 +319,10 @@ void ScreenSelectGroup::AfterChange()
m_textLabel[iSel].SetEffectGlowing();
for( int c=0; c<TITLES_COLUMNS; c++ )
{
m_textTitles[c].SetText( m_sContentsText[m_iSelection][c] );
m_textTitles[c].CropToWidth( int(TITLES_SPACING_X/m_textTitles[c].GetZoom()) );
}
CString sSelectedGroupName = m_asGroupNames[m_iSelection];