mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
Style.
This commit is contained in:
@@ -74,8 +74,8 @@ TopBar::TopBar( QWidget* parent )
|
||||
|
||||
ui->radioCloud->hide();
|
||||
|
||||
ui->radioNormal->setToolTip(tr("Artist View"));
|
||||
ui->radioDetailed->setToolTip(tr("Flat View"));
|
||||
ui->radioNormal->setToolTip( tr( "Artist View" ) );
|
||||
ui->radioDetailed->setToolTip( tr("Flat View" ) );
|
||||
|
||||
connect( ui->radioNormal, SIGNAL( clicked() ), SIGNAL( artistMode() ) );
|
||||
connect( ui->radioDetailed, SIGNAL( clicked() ), SIGNAL( flatMode() ) );
|
||||
|
Reference in New Issue
Block a user