1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-23 09:19:41 +01:00

* FlexibleHeader needs to set its own size.

This commit is contained in:
Christian Muehlhaeuser 2013-06-12 11:28:12 +02:00
parent cdf8a59c42
commit 82ee774788

View File

@ -43,6 +43,8 @@ FlexibleHeader::FlexibleHeader( FlexibleView* parent )
: FilterHeader( parent )
, m_parent( parent )
{
setFixedHeight( 80 );
QFile f( RESPATH "stylesheets/topbar-radiobuttons.css" );
f.open( QFile::ReadOnly );
QString css = QString::fromLatin1( f.readAll() );