From 1ea1cfc0b10f334f3e15dedbc2238fc68ee60789 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Fri, 8 Sep 2017 16:22:02 -0400 Subject: Change the icon used for the "show errors" button in the file operation tray entry. Apparently "dialog-warning" looks a bit too much like a cancel button in some icon themes... ;-) --- src-qt5/desktop-utils/lumina-fm/TrayUI.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src-qt5/desktop-utils/lumina-fm/TrayUI.h') diff --git a/src-qt5/desktop-utils/lumina-fm/TrayUI.h b/src-qt5/desktop-utils/lumina-fm/TrayUI.h index 4210784a..a87e2da8 100644 --- a/src-qt5/desktop-utils/lumina-fm/TrayUI.h +++ b/src-qt5/desktop-utils/lumina-fm/TrayUI.h @@ -27,7 +27,7 @@ public slots: private: QList OPS; - + void createOP( FILEOP, QStringList oldF, QStringList newF); private slots: -- cgit