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:
@@ -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() ) );
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user