mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-05-09 10:05:23 -04:00
Fix icons/application/22x22/action folder name.
This commit is contained in:
parent
264c69d046
commit
10321adc0b
10 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@ LineEdit::LineEdit(QWidget* parent)
|
|||
{
|
||||
m_clearButton = new QToolButton(this);
|
||||
m_clearButton->setObjectName("clearButton");
|
||||
QIcon icon = dataPath()->icon("action", "edit-clear-locationbar-rtl");
|
||||
QIcon icon = dataPath()->icon("actions", "edit-clear-locationbar-rtl");
|
||||
m_clearButton->setIcon(icon);
|
||||
m_clearButton->setCursor(Qt::ArrowCursor);
|
||||
m_clearButton->setStyleSheet("QToolButton { border: none; padding: 0px; }");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue