option icons working, new font format, more theme metrics cleanup
This commit is contained in:
@@ -30,7 +30,7 @@ void GroupList::DoneAddingGroups()
|
||||
|
||||
for( i=0; i<min(m_textLabels.GetSize(), MAX_GROUPS_ONSCREEN); i++ )
|
||||
{
|
||||
m_screenLabels[i].LoadFromFont( THEME->GetPathTo("Fonts","normal") );
|
||||
m_screenLabels[i].LoadFromFont( THEME->GetPathTo("Fonts","select group button label") );
|
||||
m_screenLabels[i].SetXY( BUTTON_X, BUTTON_START_Y + i*BUTTON_SPACING_Y );
|
||||
m_screenLabels[i].SetZoom( 0.8f );
|
||||
m_screenLabels[i].SetShadowLength( 2 );
|
||||
|
||||
Reference in New Issue
Block a user