mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-21 00:12:06 +02:00
fix fonts in FlexibleHeader
This commit is contained in:
parent
a438e08080
commit
a62b09076c
@ -51,11 +51,11 @@ FlexibleHeader::FlexibleHeader( FlexibleView* parent )
|
||||
ui->descLabel->setPalette( pal );
|
||||
|
||||
QFont font = ui->captionLabel->font();
|
||||
font.setPixelSize( 16 );
|
||||
font.setPointSize( 14 );
|
||||
font.setBold( true );
|
||||
ui->captionLabel->setFont( font );
|
||||
|
||||
font.setPixelSize( 11 );
|
||||
font.setPointSize( 9 );
|
||||
ui->descLabel->setFont( font );
|
||||
|
||||
ui->radioNormal->setFocusPolicy( Qt::NoFocus );
|
||||
|
Loading…
x
Reference in New Issue
Block a user