mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-21 03:05:35 -05: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
|
|
@ -80,7 +80,7 @@ DatabaseWidget::DatabaseWidget(Database* db, QWidget* parent)
|
|||
rightHandSideWidget->setSizePolicy(policy);
|
||||
|
||||
QAction* closeAction = new QAction(m_searchWidget);
|
||||
QIcon closeIcon = dataPath()->icon("action", "dialog-close");
|
||||
QIcon closeIcon = dataPath()->icon("actions", "dialog-close");
|
||||
closeAction->setIcon(closeIcon);
|
||||
m_searchUi->closeSearchButton->setDefaultAction(closeAction);
|
||||
m_searchWidget->hide();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue