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

* Fixed typo in TomahawkStyle.

This commit is contained in:
Christian Muehlhaeuser
2014-08-25 22:13:31 +02:00
parent 192a4417b6
commit 6a6ce28b45

View File

@@ -178,7 +178,7 @@ TomahawkStyle::stylePageFrame( QFrame* frame )
void
TomahawkStyle::stylePageWidget( QWidget* widget )
{
widget->setStyleSheet( QString( "QWidget%1 { background-color: transparent; }" )
widget->setStyleSheet( QString( "QWidget#%1 { background-color: transparent; }" )
.arg( widget->objectName() ) );
}