mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-31 17:45:35 +00:00
Fixed clear button in the filter line-edit and changed "delete profile" icon
This commit is contained in:
parent
157822eeaf
commit
eba813b4ac
2 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue