mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-13 17:43:59 +02:00
* Make boxes entirely transparent.
This commit is contained in:
@@ -164,9 +164,8 @@ TomahawkStyle::drawArrow( QStyle::PrimitiveElement element, QPainter* p, const Q
|
|||||||
void
|
void
|
||||||
TomahawkStyle::stylePageFrame( QFrame* frame )
|
TomahawkStyle::stylePageFrame( QFrame* frame )
|
||||||
{
|
{
|
||||||
frame->setStyleSheet( QString( "QFrame#%1 { background-color: %2; border: 1px solid white; border-radius: 3px; }" )
|
frame->setStyleSheet( QString( "QFrame#%1 { background-color: transparent; border: 0px solid white; border-radius: 0px; }" )
|
||||||
.arg( frame->objectName() )
|
.arg( frame->objectName() ) );
|
||||||
.arg( TomahawkStyle::PAGE_ITEM_BACKGROUND.name() ) );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user