mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-05 00:22:31 +02:00
Use the wrench as icon for the compact menu.
This commit is contained in:
parent
8ffe9019e3
commit
fee87151d3
@ -273,7 +273,7 @@ TomahawkWindow::setupToolBar()
|
||||
|
||||
#ifndef Q_OS_MAC
|
||||
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->setMenu( m_compactMainMenu );
|
||||
compactMenuButton->setToolButtonStyle( Qt::ToolButtonIconOnly );
|
||||
|
Loading…
x
Reference in New Issue
Block a user