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:
parent
cdf8a59c42
commit
82ee774788
@ -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() );
|
||||
|
Loading…
x
Reference in New Issue
Block a user