Skip to content

Commit

Permalink
replace brush icon for clearing fields with more abstract icon
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasneumann authored and jef-n committed Apr 13, 2013
1 parent 1a8232f commit 7990ec4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/images.qrc
Expand Up @@ -193,7 +193,7 @@
<file>themes/default/mIconClose.png</file>
<file>themes/default/mIconCollapse.png</file>
<file>themes/default/mIconConnect.png</file>
<file>themes/default/mIconClear.png</file>
<file>themes/default/mIconClear.svg</file>
<file>themes/default/mIconCritical.png</file>
<file>themes/default/mIconDbSchema.png</file>
<file>themes/default/mIconDelete.png</file>
Expand Down
2 changes: 1 addition & 1 deletion src/gui/qgsfilterlineedit.cpp
Expand Up @@ -26,7 +26,7 @@ QgsFilterLineEdit::QgsFilterLineEdit( QWidget* parent, QString nullValue )
, mNullValue( nullValue )
{
btnClear = new QToolButton( this );
btnClear->setIcon( QgsApplication::getThemeIcon( "/mIconClear.png" ) );
btnClear->setIcon( QgsApplication::getThemeIcon( "/mIconClear.svg" ) );
btnClear->setCursor( Qt::ArrowCursor );
btnClear->setFocusPolicy( Qt::NoFocus );
btnClear->setStyleSheet( "QToolButton { border: none; padding: 0px; }" );
Expand Down

0 comments on commit 7990ec4

Please sign in to comment.