1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-15 02:24:50 +02:00

Make the 256x256px version of the tomahawk icon the default for pixmaps in viewpages

This commit is contained in:
Dominik Schmidt
2013-08-02 15:50:15 +02:00
parent 545321436b
commit c6438aea65

View File

@@ -52,5 +52,5 @@ Tomahawk::ViewPagePlugin::pixmap() const
const QString
Tomahawk::ViewPagePlugin::pixmapPath() const
{
return ( RESPATH "icons/tomahawk-icon-128x128.png" );
return ( RESPATH "icons/tomahawk-icon-256x256.png" );
}