Commit 28a742bd authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 : Fix a size in main controlsWidget.

parent 201cb76f
......@@ -385,8 +385,8 @@ ControlsWidget::ControlsWidget( intf_thread_t *_p_i ) :
/** Playlist Button **/
playlistButton = new QPushButton;
playlistButton->setMaximumSize( QSize( 26, 26 ) );
playlistButton->setIconSize( QSize( 20, 20 ) );
playlistButton->setMaximumSize( QSize( 45, 45 ) );
playlistButton->setIconSize( QSize( 30, 30 ) );
controlLayout->addWidget( playlistButton, 3, 10 );
......
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