mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-07 22:56:42 +02:00
* Style in-page widgets.
This commit is contained in:
@@ -178,8 +178,9 @@ TomahawkStyle::stylePageFrame( QFrame* frame )
|
|||||||
void
|
void
|
||||||
TomahawkStyle::stylePageWidget( QWidget* widget )
|
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() ) );
|
.arg( widget->objectName() ) );
|
||||||
|
widget->setAttribute( Qt::WA_MacShowFocusRect, 0 );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user