make calls to THEME->GetPathTo() more concise
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
|
||||
BannerWithFrame::BannerWithFrame()
|
||||
{
|
||||
m_sprBannerFrame.Load( THEME->GetPathTo("Graphics","BannerWithFrame frame") );
|
||||
m_sprBannerFrame.Load( THEME->GetPathToG("BannerWithFrame frame") );
|
||||
m_Banner.SetCroppedSize( m_sprBannerFrame.GetUnzoomedWidth()-6, m_sprBannerFrame.GetUnzoomedHeight()-6 );
|
||||
|
||||
this->AddChild( &m_Banner );
|
||||
|
||||
Reference in New Issue
Block a user