mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 06:07:37 +02:00
Use the wrench as icon for the compact menu.
This commit is contained in:
@@ -273,7 +273,7 @@ TomahawkWindow::setupToolBar()
|
|||||||
|
|
||||||
#ifndef Q_OS_MAC
|
#ifndef Q_OS_MAC
|
||||||
QToolButton *compactMenuButton = new QToolButton( toolbar );
|
QToolButton *compactMenuButton = new QToolButton( toolbar );
|
||||||
compactMenuButton->setIcon( QIcon( RESPATH "images/advanced-settings.png" ) );
|
compactMenuButton->setIcon( QIcon( RESPATH "images/configure.png" ) );
|
||||||
compactMenuButton->setText( tr( "&Main Menu" ) );
|
compactMenuButton->setText( tr( "&Main Menu" ) );
|
||||||
compactMenuButton->setMenu( m_compactMainMenu );
|
compactMenuButton->setMenu( m_compactMainMenu );
|
||||||
compactMenuButton->setToolButtonStyle( Qt::ToolButtonIconOnly );
|
compactMenuButton->setToolButtonStyle( Qt::ToolButtonIconOnly );
|
||||||
|
Reference in New Issue
Block a user