Fixed clear button in the filter line-edit and changed "delete profile" icon

pull/21/head
Pieter van der Kloet 14 years ago
parent 157822eeaf
commit eba813b4ac

@ -15,7 +15,7 @@ LineEdit::LineEdit(QWidget *parent)
: QLineEdit(parent)
{
clearButton = new QToolButton(this);
QPixmap pixmap(":resources/clear.png");
QPixmap pixmap(":images/clear.png");
clearButton->setIcon(QIcon(pixmap));
clearButton->setIconSize(pixmap.size());
clearButton->setCursor(Qt::ArrowCursor);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 680 B

After

Width:  |  Height:  |  Size: 793 B

Loading…
Cancel
Save