From 6a6ce28b45864e5d1f2b939dfb047bcaa3df62ab Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Mon, 25 Aug 2014 22:13:31 +0200 Subject: [PATCH] * Fixed typo in TomahawkStyle. --- src/libtomahawk/utils/TomahawkStyle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libtomahawk/utils/TomahawkStyle.cpp b/src/libtomahawk/utils/TomahawkStyle.cpp index 099dfab63..03c33c4bd 100644 --- a/src/libtomahawk/utils/TomahawkStyle.cpp +++ b/src/libtomahawk/utils/TomahawkStyle.cpp @@ -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() ) ); }