mirror of
https://github.com/tnodir/fort
synced 2024-11-15 10:35:10 +00:00
UI: Improve Trash icon.
This commit is contained in:
parent
103bb09a17
commit
ab5c364092
@ -340,7 +340,7 @@ void StatisticsPage::setupClearMenu()
|
|||||||
appStatModel()->clear();
|
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);
|
m_btClear->setMenu(menu);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -346,7 +346,7 @@ QLayout *ProgramsWindow::setupHeader()
|
|||||||
|
|
||||||
editMenu->addSeparator();
|
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_actAllowApp, &QAction::triggered, this, [&] { updateSelectedApps(false); });
|
||||||
connect(m_actBlockApp, &QAction::triggered, this, [&] { updateSelectedApps(true); });
|
connect(m_actBlockApp, &QAction::triggered, this, [&] { updateSelectedApps(true); });
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
<file>icons/sign-error.png</file>
|
<file>icons/sign-error.png</file>
|
||||||
<file>icons/sign-sync.png</file>
|
<file>icons/sign-sync.png</file>
|
||||||
<file>icons/sign-warning.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/window.png</file>
|
||||||
<file>icons/wrench.png</file>
|
<file>icons/wrench.png</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
|
BIN
src/ui/icons/trash.png
Normal file
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 |
Loading…
Reference in New Issue
Block a user