1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-04 02:41:19 +00:00

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

This commit is contained in:
Pieter van der Kloet 2011-05-13 01:58:26 +02:00
parent 157822eeaf
commit eba813b4ac
2 changed files with 1 additions and 1 deletions

View File

@ -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