mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-02-24 03:43:56 +01:00
Use filter.png for the filter in the topbar
This commit is contained in:
parent
d7dd3292ff
commit
a46aadd843
@ -5,6 +5,7 @@
|
||||
<file>./data/images/back-pressed.png</file>
|
||||
<file>./data/images/back-rest.png</file>
|
||||
<file>./data/images/cover-shadow.png</file>
|
||||
<file>./data/images/filter.png</file>
|
||||
<file>./data/images/loved.png</file>
|
||||
<file>./data/images/not-loved.png</file>
|
||||
<file>./data/images/no-album-art-placeholder.png</file>
|
||||
|
@ -19,6 +19,8 @@
|
||||
#include "topbar.h"
|
||||
#include "ui_topbar.h"
|
||||
|
||||
#include "searchbutton.h"
|
||||
|
||||
#include <QPropertyAnimation>
|
||||
#include <QRadioButton>
|
||||
#include <QFile>
|
||||
@ -53,6 +55,8 @@ TopBar::TopBar( QWidget* parent )
|
||||
#endif
|
||||
ui->filterEdit->setInactiveText( tr( "Filter" ) );
|
||||
|
||||
ui->filterEdit->searchButton()->setImage( QImage( RESPATH "images/filter.png" ) );
|
||||
|
||||
// initialise dudes
|
||||
for( int i = 0; i < MAXDUDES; ++i )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user