1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 19:30:21 +02:00

* Style in-page widgets.

This commit is contained in:
Christian Muehlhaeuser
2014-08-28 22:47:28 +02:00
parent 04c6df60af
commit 9b6a09c0ec

View File

@@ -178,8 +178,9 @@ TomahawkStyle::stylePageFrame( QFrame* frame )
void
TomahawkStyle::stylePageWidget( QWidget* widget )
{
widget->setStyleSheet( QString( "QWidget#%1 { background-color: transparent; }" )
widget->setStyleSheet( QString( "QWidget#%1 { background-color: white; border: 0px solid white; border-radius: 0px; }" )
.arg( widget->objectName() ) );
widget->setAttribute( Qt::WA_MacShowFocusRect, 0 );
}