aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-fm/TrayUI.h
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2017-09-08 16:22:02 -0400
committerKen Moore <ken@ixsystems.com>2017-09-08 16:22:02 -0400
commit1ea1cfc0b10f334f3e15dedbc2238fc68ee60789 (patch)
tree165e833df9e56227e2e303f430a2832718061531 /src-qt5/desktop-utils/lumina-fm/TrayUI.h
parentMerge branch 'master' of github.com:trueos/lumina (diff)
downloadlumina-1ea1cfc0b10f334f3e15dedbc2238fc68ee60789.tar.gz
lumina-1ea1cfc0b10f334f3e15dedbc2238fc68ee60789.tar.bz2
lumina-1ea1cfc0b10f334f3e15dedbc2238fc68ee60789.zip
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... ;-)
Diffstat (limited to 'src-qt5/desktop-utils/lumina-fm/TrayUI.h')
-rw-r--r--src-qt5/desktop-utils/lumina-fm/TrayUI.h2
1 files changed, 1 insertions, 1 deletions
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<OPWidget*> OPS;
-
+
void createOP( FILEOP, QStringList oldF, QStringList newF);
private slots:
bgstack15