Commit 990437d4 authored by Ilkka Ollakka's avatar Ilkka Ollakka

qt4: add tooltip to playlist viewchange-button

parent 5e896a26
......@@ -96,6 +96,7 @@ StandardPLPanel::StandardPLPanel( PlaylistWidget *_parent,
/* Button to switch views */
QToolButton *viewButton = new QToolButton( this );
viewButton->setIcon( style()->standardIcon( QStyle::SP_FileDialogDetailedView ) );
viewButton->setToolTip( qtr("Change playlistview"));
layout->addWidget( viewButton, 0, 1 );
/* View selection menu */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment