1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 22:26:32 +02:00

remove some old setPixelSize comments

This commit is contained in:
Michael Zanetti
2012-07-18 23:45:34 +02:00
parent 6c11a62fa4
commit 5738b4f75d
2 changed files with 0 additions and 2 deletions

View File

@@ -85,7 +85,6 @@ ContextWidget::ContextWidget( QWidget* parent )
ui->toggleButton->setPalette( whitePal );
QFont boldFont = ui->toggleButton->font();
//boldFont.setPixelSize( 12 );
boldFont.setPointSize( 10 );
boldFont.setBold( true );
ui->toggleButton->setFont( boldFont );

View File

@@ -52,7 +52,6 @@ InfoBar::InfoBar( QWidget* parent )
requiredHeight += 8; // Top + bottom margins
QFont boldFont = ui->captionLabel->font();
//boldFont.setPixelSize( 18 );
boldFont.setPointSize( 16 );
boldFont.setBold( true );
ui->captionLabel->setFont( boldFont );