Skip to content

Commit

Permalink
fix #7499
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Apr 3, 2013
1 parent 8e7ffd7 commit ef00813
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/qgsfilterlineedit.cpp
Expand Up @@ -28,6 +28,7 @@ QgsFilterLineEdit::QgsFilterLineEdit( QWidget* parent, QString nullValue )
btnClear = new QToolButton( this );
btnClear->setIcon( QgsApplication::getThemeIcon( "/mIconClear.png" ) );
btnClear->setCursor( Qt::ArrowCursor );
btnClear->setFocusPolicy( Qt::NoFocus );
btnClear->setStyleSheet( "QToolButton { border: none; padding: 0px; }" );
btnClear->hide();

Expand Down

0 comments on commit ef00813

Please sign in to comment.