diff options
author | Ken Moore <ken@ixsystems.com> | 2017-09-08 16:22:02 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-09-08 16:22:02 -0400 |
commit | 1ea1cfc0b10f334f3e15dedbc2238fc68ee60789 (patch) | |
tree | 165e833df9e56227e2e303f430a2832718061531 /src-qt5/desktop-utils/lumina-fm/TrayUI.h | |
parent | Merge branch 'master' of github.com:trueos/lumina (diff) | |
download | lumina-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.h | 2 |
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: |