mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-31 17:42:13 +02:00
Use filter.png for the filter in the topbar
This commit is contained in:
@@ -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 )
|
||||
{
|
||||
|
Reference in New Issue
Block a user