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