mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-07 14:46:33 +02:00
remove some old setPixelSize comments
This commit is contained in:
@@ -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 );
|
||||
|
@@ -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 );
|
||||
|
Reference in New Issue
Block a user