UI: Improve Trash icon.

This commit is contained in:
Nodir Temirkhodjaev 2021-01-29 17:00:44 +03:00
parent 103bb09a17
commit ab5c364092
5 changed files with 3 additions and 3 deletions

View File

@ -340,7 +340,7 @@ void StatisticsPage::setupClearMenu()
appStatModel()->clear();
});
m_btClear = new QPushButton(QIcon(":/icons/trashcan-full.png"), QString());
m_btClear = new QPushButton(QIcon(":/icons/trash.png"), QString());
m_btClear->setMenu(menu);
}

View File

@ -346,7 +346,7 @@ QLayout *ProgramsWindow::setupHeader()
editMenu->addSeparator();
m_actPurgeApps = editMenu->addAction(QIcon(":/icons/trashcan-full.png"), QString());
m_actPurgeApps = editMenu->addAction(QIcon(":/icons/trash.png"), QString());
connect(m_actAllowApp, &QAction::triggered, this, [&] { updateSelectedApps(false); });
connect(m_actBlockApp, &QAction::triggered, this, [&] { updateSelectedApps(true); });

View File

@ -28,7 +28,7 @@
<file>icons/sign-error.png</file>
<file>icons/sign-sync.png</file>
<file>icons/sign-warning.png</file>
<file>icons/trashcan-full.png</file>
<file>icons/trash.png</file>
<file>icons/window.png</file>
<file>icons/wrench.png</file>
</qresource>

BIN
src/ui/icons/trash.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB