mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-11 08:34:34 +02:00
* FlexibleHeader needs to set its own size.
This commit is contained in:
@@ -43,6 +43,8 @@ FlexibleHeader::FlexibleHeader( FlexibleView* parent )
|
|||||||
: FilterHeader( parent )
|
: FilterHeader( parent )
|
||||||
, m_parent( parent )
|
, m_parent( parent )
|
||||||
{
|
{
|
||||||
|
setFixedHeight( 80 );
|
||||||
|
|
||||||
QFile f( RESPATH "stylesheets/topbar-radiobuttons.css" );
|
QFile f( RESPATH "stylesheets/topbar-radiobuttons.css" );
|
||||||
f.open( QFile::ReadOnly );
|
f.open( QFile::ReadOnly );
|
||||||
QString css = QString::fromLatin1( f.readAll() );
|
QString css = QString::fromLatin1( f.readAll() );
|
||||||
|
Reference in New Issue
Block a user