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