mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-08 07:07:05 +02:00
remove some old setPixelSize comments
This commit is contained in:
@@ -85,7 +85,6 @@ ContextWidget::ContextWidget( QWidget* parent )
|
|||||||
ui->toggleButton->setPalette( whitePal );
|
ui->toggleButton->setPalette( whitePal );
|
||||||
|
|
||||||
QFont boldFont = ui->toggleButton->font();
|
QFont boldFont = ui->toggleButton->font();
|
||||||
//boldFont.setPixelSize( 12 );
|
|
||||||
boldFont.setPointSize( 10 );
|
boldFont.setPointSize( 10 );
|
||||||
boldFont.setBold( true );
|
boldFont.setBold( true );
|
||||||
ui->toggleButton->setFont( boldFont );
|
ui->toggleButton->setFont( boldFont );
|
||||||
|
@@ -52,7 +52,6 @@ InfoBar::InfoBar( QWidget* parent )
|
|||||||
requiredHeight += 8; // Top + bottom margins
|
requiredHeight += 8; // Top + bottom margins
|
||||||
|
|
||||||
QFont boldFont = ui->captionLabel->font();
|
QFont boldFont = ui->captionLabel->font();
|
||||||
//boldFont.setPixelSize( 18 );
|
|
||||||
boldFont.setPointSize( 16 );
|
boldFont.setPointSize( 16 );
|
||||||
boldFont.setBold( true );
|
boldFont.setBold( true );
|
||||||
ui->captionLabel->setFont( boldFont );
|
ui->captionLabel->setFont( boldFont );
|
||||||
|
Reference in New Issue
Block a user