Commit 6eecd1a8 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

New icons for the playlist in the same tones than the main ones.

parent e414af52
......@@ -140,9 +140,9 @@ StandardPLPanel::StandardPLPanel( PlaylistWidget *_parent,
buttons->addWidget( repeatButton );
/* Goto */
gotoPlayingButton = new QPushButton( "X" , this );
gotoPlayingButton->setToolTip( qtr( "Show the current item" ));
BUTTONACT( gotoPlayingButton, gotoPlayingItem() );
gotoPlayingButton = new QPushButton;
BUTTON_SET_ACT_I( gotoPlayingButton, "", jump_to,
qtr( "Show the current item" ), gotoPlayingItem() );
buttons->addWidget( gotoPlayingButton );
/* A Spacer and the search possibilities */
......
modules/gui/qt4/pixmaps/playlist/add.png

262 Bytes | W: | H:

modules/gui/qt4/pixmaps/playlist/add.png

290 Bytes | W: | H:

modules/gui/qt4/pixmaps/playlist/add.png
modules/gui/qt4/pixmaps/playlist/add.png
modules/gui/qt4/pixmaps/playlist/add.png
modules/gui/qt4/pixmaps/playlist/add.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -41,6 +41,7 @@
<file alias="repeat_one">pixmaps/playlist/repeat_one.png</file>
<file alias="shuffle_off">pixmaps/playlist/shuffle_off.png</file>
<file alias="shuffle_on">pixmaps/playlist/shuffle_on.png</file>
<file alias="jump_to">pixmaps/playlist/jumpto.png</file>
<file alias="type_directory">pixmaps/types/type_directory.png</file>
<file alias="type_file">pixmaps/types/type_file.png</file>
<file alias="type_net">pixmaps/types/type_net.png</file>
......
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